Catch event when Application Server is shutdown
843836Jan 7 2004 — edited Jan 20 2004Hi All,
Actually I want to catch an event do something when weblogic server is shutdown.
How can I catch the event.
Any help would be highly appreciated.
I tried by implementing ServletContextListener interface, but in that I can only catch the event when weblogic is started, but not when it is shutdown.