Re: last available function call when web app stops or app server shuts down

2004-10-19 Thread Brian Showalter
--- Woodchuck <[EMAIL PROTECTED]> wrote: > hihi all, > > which class/function do i need to extend/override so that i can > absolutely guarantee that code is executed before the web app is > killed? ie. if someone stops Tomcat or stops my Struts web app > instance, and i want to execute some code

Re: last available function call when web app stops or app server shuts down

2004-10-19 Thread Bill Siggelkow
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html Woodchuck wrote: hihi all, which class/function do i need to extend/override so that i can absolutely guarantee that code is executed before the web app is killed? ie. if someone stops Tomcat or stops my Str

Re: last available function call when web app stops or app server shuts down

2004-10-19 Thread Matt Bathje
Woodchuck wrote: hihi all, which class/function do i need to extend/override so that i can absolutely guarantee that code is executed before the web app is killed? ie. if someone stops Tomcat or stops my Struts web app instance, and i want to execute some code before it really goes down. The way I