You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ryan Daigle <RD...@healthdec.com> on 2002/03/07 22:51:42 UTC

Disable session serialization

How does one disable session serialization?  I don't want this feature
enabled at all, and I can't find anyway to turn it off.  I know that the
StandardManager handles this aspect, but it's not explicitly defined
anywhere in the config files.  Does this have to be done programmatically?

If it helps, I'm using JBoss 2.4.4 w/ Tomcat 4.01.

Thank you!

-Ryan

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Disable session serialization

Posted by Filip Hanik <ma...@filip.net>.
there is one ugly way to do it, disable the path all together, this will
throw an IO Exception when the system is shutdown, but the exception is
caught and printed, nothing to worry about

<Manager
  className="org.apache.catalina.session.StandardManager"
  pathname="">
</Manager>

other than that, there is no way of doing it

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
filip@filip.net
www.filip.net

>-----Original Message-----
>From: Ryan Daigle [mailto:RDaigle@healthdec.com]
>Sent: Thursday, March 07, 2002 1:52 PM
>To: 'tomcat-user@jakarta.apache.org'
>Subject: Disable session serialization
>
>
>How does one disable session serialization?  I don't want this feature
>enabled at all, and I can't find anyway to turn it off.  I know that the
>StandardManager handles this aspect, but it's not explicitly defined
>anywhere in the config files.  Does this have to be done programmatically?
>
>If it helps, I'm using JBoss 2.4.4 w/ Tomcat 4.01.
>
>Thank you!
>
>-Ryan
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>