Howdy, Make sure to read the manager configuration reference, it outlines this process in detail.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Filip Hanik [mailto:[EMAIL PROTECTED] >Sent: Sunday, January 11, 2004 5:55 PM >To: Tomcat Users List >Subject: RE: Possible to disable session persistence at shutdown? > >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] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
