Tell Tomcat not to attempt to persist the Vivo user sessions when Tomcat shuts down.
This commit is contained in:
parent
2c0d76286d
commit
bcf06634ee
1 changed files with 5 additions and 0 deletions
|
@ -11,4 +11,9 @@
|
||||||
name="path.configuration"
|
name="path.configuration"
|
||||||
value="deploy.properties"
|
value="deploy.properties"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Disable the attempt to persist sessions when Tomcat shuts down.
|
||||||
|
-->
|
||||||
|
<Manager pathname="" />
|
||||||
</Context>
|
</Context>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue