summaryrefslogtreecommitdiffstats
path: root/pki/base/tks/shared/conf/context.xml
blob: 60878b74b9ddc180b84ef0ea4b7eb57c07991dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- BEGIN COPYRIGHT BLOCK
     Copyright (C) 2006 Red Hat, Inc.
     All rights reserved.
     END COPYRIGHT BLOCK -->
<!-- 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>