[java-idp-tomcat-base] 08/10: Disable session persistence
Tom Zeller
tzeller at dragonacea.biz
Fri Aug 12 16:05:05 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.5
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=4f6c53d5c01ba18c26400c7b40c46bbb02b152de
commit 4f6c53d5c01ba18c26400c7b40c46bbb02b152de
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 12 15:00:48 2016 -0500
Disable session persistence
---
src/main/resources/tomcat-base/conf/context.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/main/resources/tomcat-base/conf/context.xml b/src/main/resources/tomcat-base/conf/context.xml
index 64de61f..8d27a0f 100644
--- a/src/main/resources/tomcat-base/conf/context.xml
+++ b/src/main/resources/tomcat-base/conf/context.xml
@@ -24,7 +24,6 @@
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
- <!--
<Manager pathname="" />
- -->
+
</Context>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list