Last active
November 8, 2016 15:28
-
-
Save vindir/23317ff45f913005a47386b6a0419c9e to your computer and use it in GitHub Desktop.
Dump Tomcat Sessions Between Restarts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Manager pathname=""> | |
<saveOnRestart>false</saveOnRestart> | |
</Manager> | |
// Alternatively on Tomcat7 | |
<Manager pathname="" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment