https://bz.apache.org/bugzilla/show_bug.cgi?id=63078

--- Comment #18 from Peter <peter.beich...@lhsystems.com> ---
We operate more than 30 of tomcat server with many different webapps. All
server run in a big blade environments in virtual maschines.
New versions of these webapps from many developer gets automatically deployed
in the test environment. The number of cores
Runtime.getRuntime().availableProcessors() reports on these test maschines is
allways between 2 and 8 (depending on the VM settings).
After I updated Tomcat to Version 9.0.14 the automatic deployment did not work
anymore.
Some webapps are very small with only a few libraries, others are rather large
(spring boot with many libs). It was a generell Problem of all maschines.

Without parallel deployment, the tomcats needed significantly longer to start,
since a view of them host more than 20 different webapps. Now I changed the
value to startStopThreads="4" and my problem is solved. 

Thanks to all of you who helped to find the reason and for providing the tomcat
server software.

-- 
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

Reply via email to