You can either use a LifeCycleListener to be tomcat specific
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html

or

Serlvet api specific with ServletContextListener
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html

-Tim


Frank Lawlor wrote:
I've looked through a lot of documentation, forums and the Jakarta site

and cannot find any documentation that tells me how my Tomcat

application can get notified when Tomcat gets a shutdown.

I have cleanup I need to do.



I would appreciate any pointers to documentation or the

correct class/method.



Thanks,



-- Frank




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



Reply via email to