Is there a portable way to request a Servlet container to shutdown gracefully, from within a servlet?
By portable I mean a technique that will work on all standard compliant containers (Tomcat, Jetty, Winstone, etc).
Note that this is the opposite of the Servlet.destroy() method, which gets called when the container is taking the servlet down.