Re: startStopThreads=2 lets Tomcat kill my threads

2015-05-04 Thread Konstantin Kolinko
2015-05-04 13:58 GMT+03:00 Daniel Migowski : > Hello, > > I have an application deployed to a Tomcat 8.0.5 which uses the > ServletContextListener to do something when Tomcat stops. This task takes > about 45 seconds. This wasn't a problem until I learned that I could speed up > the Tomcat 8 sta

startStopThreads=2 lets Tomcat kill my threads

2015-05-04 Thread Daniel Migowski
Hello, I have an application deployed to a Tomcat 8.0.5 which uses the ServletContextListener to do something when Tomcat stops. This task takes about 45 seconds. This wasn't a problem until I learned that I could speed up the Tomcat 8 startup time by parallel instantiation of my webapps by add