try the ServiceLifeCycle's destroy (example -
http://www.developer.com/java/web/article.php/3073881)

-- dims

On Thu, 02 Sep 2004 17:34:57 +0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Can anyone point me in the right direction for how to perform some
> cleanup code before my web service is undeployed?
> It's a application based ws, and I currently start up various JMX
> MBeanServers within the web service, but even when it's undeployed, this
> dam thread keeps on running, and I have no
> way to reference the object further, since it's in it's own little
> Tomcat classloader.
> 
> Can anyone help me?
> 
> Thanks
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Reply via email to