Tomcat 9.0.10

I got the below error during a shutdown of tomcat 9.  Tomcat would not stop.  
It hung during shutdown.  Is there a better way for me to get it to shutdown?  
Is there a way I could get the below deallocated servlet URLs during a 
shutdown?  Could I add some type of listener that would display the URLs in the 
log output?



ERROR:

11-Aug-2018 14:29:02.308 INFO [main] 
org.apache.catalina.core.StandardServer.await A valid shutdown command was 
received via the shutdown port. Stopping the Server instance.

11-Aug-2018 14:29:02.309 INFO [main] org.apache.coyote.AbstractProtocol.pause 
Pausing ProtocolHandler ["ajp-nio-8019"]

11-Aug-2018 14:29:02.361 INFO [main] 
org.apache.catalina.core.StandardService.stopInternal Stopping service 
[Catalina]

11-Aug-2018 14:29:02.363 INFO [main] 
org.apache.catalina.core.StandardWrapper.unload Waiting for [46] instance(s) to 
be deallocated for Servlet [View]

11-Aug-2018 14:29:03.364 INFO [main] 
org.apache.catalina.core.StandardWrapper.unload Waiting for [46] instance(s) to 
be deallocated for Servlet [View]

11-Aug-2018 14:29:04.366 INFO [main] 
org.apache.catalina.core.StandardWrapper.unload Waiting for [46] instance(s) to 
be deallocated for Servlet [View]

Thanks,

Lance

Reply via email to