mail lists.
- Original Message -
From: "Jaroslav Srytr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 01, 2004 9:27 AM
Subject: Re: How destroy java application using SOAP and Tomcat
Thank you for a response, but I don't know how I have solv
CTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 30, 2004 3:57 PM
Subject: FW: How destroy java application using SOAP and Tomcat
>
>
> -Original Message-
> From: Scott Nichol [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 29, 2004 3:36 PM
> To: [EMAIL
For application scope, Apache SOAP keeps the instance of your class as part of the
ServletContext for the servlet (using setAttribute). I would think that re-loading
the Apache SOAP application would cause the old context to be released (no more
references to it) and the new one to be created.