You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lukas Bradley <lu...@somnia.com> on 2003/05/10 22:15:24 UTC

How to make StandardManager NOT serialize HttpSession on shutdown?

Question stated in the subject:

How do I force the StandardManager to NOT serialize HttpSession on shutdown?

The Tomcat configuration documentation states:

"Whenver Catalina is shut down normally and restarted, or when an
application reload is triggered, the standard Manager implementation will
attempt to serialize all currently active sessions to a disk file located
via the pathname attribute. All such saved sessions will then be
deserialized and activated (assuming they have not expired in the mean time)
when the application reload is completed"

But it never states how to turn this feature off.

Lukas






---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org