-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Uma,
Uma Kalluru wrote:
> If I specify a servlet to load-on-start, when will the container unload this
> servlet? Does the container un-load the servlet when the Servlet has no
> incoming requests?
I don't believe there's any standard behavior specif
> From: Uma Kalluru [mailto:[EMAIL PROTECTED]
> Subject: When will a servlet be un loaded
>
> If I specify a servlet to load-on-start, when will the
> container unload this servlet?
Never, unless the application is stopped or undeployed by a manager
operation.
- Chuck
THI
Hi,
If I specify a servlet to load-on-start, when will the container unload this
servlet? Does the container un-load the servlet when the Servlet has no
incoming requests?
If I need the servlet to be unloaded only when the container stops, how do I
do this?
Thanks
Uma