> From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] 
> Subject: HttpSessionActivationListener sessionDidActivate not getting called

> Lately I am seeing that sessionDidActivate() does not get called upon
> tomcat restart, even though sessionWillPassivate() is called. Also even
> though sessionWillPassivate() is called, I don't see the session
> persistence file being created (the one that I specified in
> conf/context.xml <context><Manager pathname="xxx"> ).

Perhaps you are now storing something in the session that is not serializable.  
I would expect some log entries indicating such if that's the case.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to