Re: Task to be performed when application is stopped.
Posted By:
Anu_Paddy
Posted On:
Wednesday, February 9, 2005 02:32 PM
In Struts , the ActionServlet is called during application startup and shutdown.Any action to be performed while stopping the application,can be coded inside destroy() of ActionServlet.