Skip to content

Instantly share code, notes, and snippets.

@vindir
Last active November 8, 2016 15:28
Show Gist options
  • Save vindir/23317ff45f913005a47386b6a0419c9e to your computer and use it in GitHub Desktop.
Save vindir/23317ff45f913005a47386b6a0419c9e to your computer and use it in GitHub Desktop.
Dump Tomcat Sessions Between Restarts
<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