Howdy. anyone know what happens when the container gets shut down? I have an application-scoped service that ideally would have a chance to release resources before it is obliterated. Do the Axis APIs provide some sort of servlet container shutdown listener? Or is there a method I can add to my service, like destroy(), that will be called when the main Axis servlet's destroy() method is called?
Andrew
