summaryrefslogtreecommitdiffstats
path: root/pki/base/kra/shared/conf/context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/kra/shared/conf/context.xml')
-rw-r--r--pki/base/kra/shared/conf/context.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pki/base/kra/shared/conf/context.xml b/pki/base/kra/shared/conf/context.xml
new file mode 100644
index 000000000..4998ad27d
--- /dev/null
+++ b/pki/base/kra/shared/conf/context.xml
@@ -0,0 +1,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>