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