Tell Tomcat not to attempt to persist the Vivo user sessions when Tomcat shuts down.

This commit is contained in:
jeb228 2010-06-03 21:12:22 +00:00
parent 2c0d76286d
commit bcf06634ee

View file

@ -11,4 +11,9 @@
name="path.configuration"
value="deploy.properties"
/>
<!--
Disable the attempt to persist sessions when Tomcat shuts down.
-->
<Manager pathname="" />
</Context>