HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
This is strange. I did some work few months ago for my application to manage my sessions using a combination of HttpSessionActivationListener and HttpSessionListener (not going into the details here as to why I needed this). When I did that work HttpSessionActivationListener was working fine and

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Caldarale, Charles R
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

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
[mailto:chuck.caldar...@unisys.com] Sent: Friday, April 08, 2011 2:05 PM To: Tomcat Users List Subject: RE: HttpSessionActivationListener sessionDidActivate not getting called From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] Subject: HttpSessionActivationListener sessionDidActivate not getting

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
[mailto:chuck.caldar...@unisys.com] 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

Re: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Filip Hanik - Dev Lists
: 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

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread 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