Re: apache tomcat serialization

2013-12-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ray, On 12/26/13, 12:14 PM, Ray Holme wrote: It appears new revisions of tomcat (current for sure) are much more sensitive to keeping serialized data BETWEEN restarts. I have to wait at least 30 minutes to properly restart my applications. 30

Fw: apache tomcat serialization

2013-12-28 Thread Ray Holme
Yes I have done various things to trace. The problem is DB connections. I believe that the serialized versions of things went nuts trying to refresh. Once serialization is off, the problem is gone. Each of the four applications initializes using one connection. But re-loading through

Fw: apache tomcat serialization

2013-12-27 Thread Ray Holme
On Thursday, December 26, 2013 6:10 PM, Mark Thomas ma...@apache.org wrote: On 26/12/2013 17:14, Ray Holme wrote: It appears new revisions of tomcat (current for sure) are much more sensitive to keeping serialized data BETWEEN restarts. I have to wait at least 30 minutes to properly

Fw: apache tomcat serialization

2013-12-27 Thread Ray Holme
On Thursday, December 26, 2013 6:10 PM, Mark Thomas ma...@apache.org wrote: On 26/12/2013 17:14, Ray Holme wrote: It appears new revisions of tomcat (current for sure) are much more sensitive to keeping serialized data BETWEEN restarts. I have to wait at least 30 minutes to properly

apache tomcat serialization

2013-12-26 Thread Ray Holme
It appears new revisions of tomcat (current for sure) are much more sensitive to keeping serialized data BETWEEN restarts. I have to wait at least 30 minutes to properly restart my applications. In the OLD days $CATALINA_HOME/work/Catalina/localhost/appName/*.ser was where things were kept and

Re: apache tomcat serialization

2013-12-26 Thread Mark Thomas
On 26/12/2013 17:14, Ray Holme wrote: It appears new revisions of tomcat (current for sure) are much more sensitive to keeping serialized data BETWEEN restarts. I have to wait at least 30 minutes to properly restart my applications. Nope. Nothing has changed in the session serialization code