Mohit Anchlia wrote:
> tomcat 6:
> 
> Is there a way to gracefully stop tomcat similar to apache?

Yes, depending on how you started it:
 - stop the windows service
 - use shutdown.(sh|bat)
 - kill the process
 - CTRL-C with focus on the DOS window

Note with all of these any request that takes too long (20s? - I can't remember
the exact time) to complete will be forcibly stopped.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to