Trond G. Ziarkowski wrote:

I recently switched from using Tomcat 5.0.28/jk2/Apache2 to running tomcat standalone using jsvc. This works great for me except for one thing; Sessions are not replicated when I restart tomcat. To stop Tomcat I'm using 'kill -9 `cat /var/run/jsvc.pid`'. When Tomcat is stopped this way the StandardManager does not serialize the sessions to SESSIONS.ser.

Can I stop Tomcat in another way, to make it serialize the sessions?


Hi Trond,

by using signal 9 you give Tomcat no chance to perform any further action. Maybe you omit -9 from your kill command.

Kind regards,
Wolfgang

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



Reply via email to