12 lines
367 B
XML
12 lines
367 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- The contents of this file will be loaded for each web application --><Context>
|
||
|
|
|
||
|
|
<!-- Default set of monitored resources -->
|
||
|
|
<WatchedResource>WEB-INF/web.xml</WatchedResource>
|
||
|
|
|
||
|
|
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
|
||
|
|
<!--
|
||
|
|
<Manager pathname="" />
|
||
|
|
-->
|
||
|
|
|
||
|
|
</Context>
|