RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
Interestingly, after I moved the configuration to the context.xml of the application where I wanted this functionality, its working again, however I still see multiple attempts to persist sessions. -Original Message- From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] did any data

Re: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Filip Hanik - Dev Lists
did any data actually get written to /shared/httpd/tomcat_sessions It could be that there is a permission problem best Filip On 4/8/2011 1:20 PM, Aggarwal, Ajay wrote: I enabled logging, created 1 session and restarted tomcat. This is what I see in the logs. Is there anything suspicious her

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
I enabled logging, created 1 session and restarted tomcat. This is what I see in the logs. Is there anything suspicious here? Why are there multiple attempts to persist sessions? Is it one per application? One thing that has changed is now I have multiple applications. And the path "/shared/httpd

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
Charles R [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 sessionDidActi

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 sessi