> From: Aggarwal, Ajay [mailto:[email protected]] > 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: [email protected] For additional commands, e-mail: [email protected]
