Re: struts plugin and destroy()

2005-10-17 Thread erikweber
st Subject: struts plugin and destroy() I have a struts plugin that works wellbut I realized that it was not executing the destroy() method when the tomcat-server was shutdown. I have a timer that needs to run timertask at a certain interval and have implemented timer.cancel() method inside

struts plugin and destroy()

2005-10-17 Thread sudip shrestha
I have a struts plugin that works wellbut I realized that it was not executing the destroy() method when the tomcat-server was shutdown. I have a timer that needs to run timertask at a certain interval and have implemented timer.cancel() method inside the destroy() methodBut there seems no