summaryrefslogtreecommitdiffstats
path: root/pki/base/kra/shared/conf/context.xml
blob: 4998ad27d89302dbe70d33b70d14e98748a15b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- The contents of this file will be loaded for each web application -->
<Context crossContext="true">

    <!-- Default set of monitored resources -->
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
	
    <!-- Uncomment this to disable session persistence across Tomcat restarts -->
    <!--
    <Manager pathname="" />
    -->

</Context>