context.xml 568 B

123456789101112131415161718
  1. <!-- The contents of this file will be loaded for each web application -->
  2. <Context>
  3. <!-- Default set of monitored resources -->
  4. <WatchedResource>WEB-INF/web.xml</WatchedResource>
  5. <!-- Uncomment this to disable session persistence across Tomcat restarts -->
  6. <!--
  7. <Manager pathname="" />
  8. -->
  9. <!-- Uncomment this to enable Comet connection tacking (provides events
  10. on session expiration as well as webapp lifecycle) -->
  11. <!--
  12. <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
  13. -->
  14. </Context>