https://issues.apache.org/bugzilla/show_bug.cgi?id=54642
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #3 from Mark Thomas <ma...@apache.org> --- This method will not be restored. Web applications are meant to be independent. A design that requires a specific shutdown order goes against one of the core principles of the Servlet specification. If you really want to control the order web applications are stopped (and I'd suggest your time would be better spent fixing the applications that have this requirement) then you'll need to use a custom Host implementation that overrides ContainerBase#stopInternal(). If you require assistance on how to do this, the Tomcat users mailing list is the correct forum for any questions you have. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org