Hello I want to know if there is an easy way, such as command line for example, to gracefully shutdown Tomcat. By graceful shutdown I mean: 1. Rejecting new requests/session/connection 2. Successfully handle existing requests/sessions/connection.
Thank you for assisting