There is no cluster, just one instance of Tomcat
The scenarios are reproducible on Tomcat 6.0.32 and Tomcat 6.0.33

2011/10/11 Pid <p...@pidster.com>

> On 11/10/2011 06:24, Violeta Georgieva wrote:
> > Hi Chris,
> >
> > I tried:
> > - stopping application
> > - undeploying application
> > - stopping Tomcat
> >
> > I can confirm that in all three scenarios sessionDestroyed method is not
> > invoked and session.expire(false) is invoked.
>
> Is your application deployed to a cluster of Tomcats?
>
> Which exact version of Tomcat are you using?
>
>
> p
>
>
> > Thanks
> > Violeta
> >
> > 2011/10/10 Christopher Schultz <ch...@christopherschultz.net>
> >
> > Violeta,
> >
> > On 10/10/2011 3:59 PM, Violeta Georgieva wrote:
> >>>> But when StandardManager.doUnload() is invoked, in its
> >>>> implementation * session.expire(false)* is called where the "false"
> >>>> is actually the flag that indicates whether to notify the listeners
> >>>> or not. As it is invoked with "false" - the listeners are not
> >>>> invoked.
> >
> > Are you "undeploying" the webapp or just stopping it?
> >
> > -chris
>  >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> >> For additional commands, e-mail: users-h...@tomcat.apache.org
> >>
> >>
> >
>
>
>

Reply via email to