Re: Tomcat 8.x - Servlets Become Available Before Container Fully Init'd

2017-08-19 Thread Mark Thomas
On 19/08/17 20:02, Nicholas Hagen wrote: > Is this the expected behavior now with Tomcat? If so, are there better > recommendations on how to have a general purpose health check wait until > the web applications are fully init'd? I do not see the behaviour you describe with the latest 8.5.x

Tomcat 8.x - Servlets Become Available Before Container Fully Init'd

2017-08-19 Thread Nicholas Hagen
We are updating our applications to Spring Boot using Tomcat Embedded. Previously we were on the 7.x version running standalone Tomcat with WAR deployments. In our application we have two main servlets: a general purpose health check (used in all our services) and the specific web application.