> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> So after a restart of tomcat, I login and it appears the 
> session is still
> valid, so it does not go through my session listener.
> 
> I need to be aware of the web application lifecycle and want to grab a
> resource when the webapp starts and release when the web app 
> goes away. 
> How do I do that?

Use a ServletContextListener.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to