Is there any method to unload a servlet from Web Server memory without restarting the server?
Created May 4, 2012
Andreas Schaefer There is no standard method/mechanism to unload a servlet from memory. Some servers, like JWS, provide the means to load and unload servlets from their administration module. Others, like Tomcat, require you to just replace the WAR file.