I have implemented a RPC service with a scope 'Application' (only
one instance of the class is created for the lifetime of JVM). I use
Apache SOAP 2.2 on top of IPlanet6.0.

        Now I would like to receive a signal when the web server is shut
down (like the method 'destroy()' in servlets). Obviously Object's method
'finalize()' do not work for my purpose.

        I was not able find any reference about the issue and even the
Apache SOAP server's class RPCRouterServlet do not have method 'destroy()'
implemented at all.

        Is it really so, that there is no way getting the signal about the
web server shut down in SOAP server? Or am I missing something?

-- 
Petri Paavilainen

Reply via email to