> On Dec 22, 2016, at 10:39 AM, Christopher Schultz > <ch...@christopherschultz.net> wrote: > > On 12/22/16 10:20 AM, Jesse Barnum wrote: >> I am running multiple webapps on Tomcat 7, and I’ve noticed that >> when shutting down Tomcat, the ContextListeners are called in >> serial, instead of in parallel. Some of these webapps take 5-15 >> seconds to run various shutdown procedures. This can exceed the >> timeout period for shutting down, which means that the orderly >> shutdown process can be skipped when there are more then 5 or 6 >> webapps. >> >> I know one solution for this problem is to increase the shutdown >> timeout. However, is there a good reason to shutdown contexts in >> serial, rather than in parallel? That would solve the problem and >> prevent lengthy shutdowns, which in turn would reduce downtime for >> maintenance. > > Which exact version of Tomcat 7 are you using?
Apache Tomcat/7.0.65 Has this changed in a newer version? I’m happy to update if that is the case. —Jesse Barnum, President, 360Works