https://bz.apache.org/bugzilla/show_bug.cgi?id=63078
--- Comment #10 from Remy Maucherat <r...@apache.org> --- Except the use of startStopThreads="0" which uses parallel deployment, this looks like a default configuration. There is nothing which radically changes in the deployer with parallel deployment here. And the executor refactoring, although the prime suspect since it's a big change, simply uses an executor somewhere else. You can also test simpler scenarios. Does dropping a war into the host appBase auto deploys it ? If so, the most likely problem is the undeployment, if it is not clean then the same webapp will never be deployed again until a restart. Can you verify if the undeploy is clean using JMX ? (you should see beans for the deployed webapps, and other beans will give out their state) -- 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