Guest User

Tomcat 8 - context.xml

a guest
Aug 5th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <Context sessionCookiePath="/" sessionCookieDomain=".*****" reloadable="true">
  2. <WatchedResource>WEB-INF/web.xml</WatchedResource>
  3. <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
  4.  
  5. <Resources className="org.apache.catalina.webresources.StandardRoot" allowLinking="true"/>
  6. </Context>
Advertisement
Add Comment
Please, Sign In to add comment