(I have not tested this, but try) <Manager pathname="/dev/null"/>
Or the example server.xml in tomcat4.1 has this:
<Manager className="org.apache.catalina.session.PersistentManager"
debug="0"
saveOnRestart="true"
maxActiveSessions="-1"
minIdleSwap="-1"
maxIdleSwap="-1"
maxIdleBackup="-1">
<Store className="org.apache.catalina.session.FileStore"/>
</Manager>Change saveOnRestart="true" to saveOnRestart="false"
-Tim
Barnet Wagman wrote:
Is there an example of Manager element anywhere on the web?
(Neither the Tomcat documentation nor the sample server.xml that comes with Tomcat has an example as far as I can tell)
Thanks
Tim Funk wrote:
http://jakarta.apache.org/tomcat/faq/misc.html#persist
-Tim
Barnet Wagman wrote:
Is it possible to disable session serialization? If so how is it done, and is it bad idea? Is this documented anywhere?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
