Re: When will a servlet be un loaded

2007-11-01 Thread Christopher Schultz
-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

RE: When will a servlet be un loaded

2007-11-01 Thread Caldarale, Charles R
> 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

When will a servlet be un loaded

2007-11-01 Thread Uma Kalluru
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