Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 6674 invoked from network); 2 Sep 2004 16:01:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Sep 2004 16:01:14 -0000 Received: (qmail 16347 invoked by uid 500); 2 Sep 2004 16:00:59 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 16304 invoked by uid 500); 2 Sep 2004 16:00:59 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 16293 invoked by uid 99); 2 Sep 2004 16:00:58 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [217.109.185.18] (HELO pinea.xerox.fr) (217.109.185.18) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Sep 2004 09:00:56 -0700 Received: from localhost (mail-gw [127.0.0.1]) by pinea.xerox.fr (Postfix) with ESMTP id 7E98358743 for ; Thu, 2 Sep 2004 18:00:53 +0200 (CEST) Received: from pinea.xerox.fr ([127.0.0.1]) by localhost (mail-gw [127.0.0.1]) (amavisd-new, port 10027) with ESMTP id 31780-01 for ; Thu, 2 Sep 2004 18:00:53 +0200 (CEST) Received: from meije.grenoble.xrce.xerox.com (meije.grenoble.xrce.xerox.com [13.202.220.10]) by pinea.xerox.fr (Postfix) with ESMTP id 0ACED58741 for ; Thu, 2 Sep 2004 18:00:53 +0200 (CEST) Received: from tiscali.fr (corbier.grenoble.xrce.xerox.com [13.202.222.67]) by meije.grenoble.xrce.xerox.com (8.12.3/8.12.3) with ESMTP id i82G0rLb027253 for ; Thu, 2 Sep 2004 18:00:53 +0200 (MEST) Message-ID: <4137443F.6070608@tiscali.fr> Date: Thu, 02 Sep 2004 18:03:11 +0200 From: "webhiker@tiscali.fr" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: Still no joy on configuring a way to cleanup undeployed ws's References: <41373DA1.5030409@tiscali.fr> <19e0530f0409020851619e213a@mail.gmail.com> In-Reply-To: <19e0530f0409020851619e213a@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at example.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks a lot for that. Dam, I spent 2 hours looking at the Axis Javadoc and I missed that class! cheers Davanum Srinivas wrote: >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, webhiker@tiscali.fr > 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 >> >> >> > > > >