I have a Tomcat 9.0.0 on a Win7. And I have two ways to shut down the server:
- Hit Ctrl+C in the server console
- Run catalina stop command
Still I observe different behaviour - while first way successfully shuts down the second leaves server process alive (probably some unfinished threads in user code). So I wonder what is practical difference in these ways of shutting down, what's going on inside tomacat?