you can define a <Manager> element, using the same class
(org.apache.catalina.session.StandardManager) and then setting the path
variable to an invalid path. no sessions will be persisted

<Manager class="org.apache.catalina.session.StandardManager"
path="/sadasdas"/>

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] Behalf Of Marc Guillemot
Sent: Sunday, January 11, 2004 1:57 AM
To: [EMAIL PROTECTED]
Subject: Possible to disable session persistence at shutdown?


Hi,

is there a possibility to disable the session persistence performed
by Tomcat (4
and 5) when shutting down?
I'm not interested in this feature and it reports many exceptions
as my objects
stored in session scope aren't serializable.

Marc.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to