You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/05/07 18:43:57 UTC

[Bug 56607] shutdown.bat exits before shutdown

https://bz.apache.org/bugzilla/show_bug.cgi?id=56607

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Windows doesn't make this easy and there doesn't appear to have been much
interest in implementing this so I am going to resolve this as WONTFIX.

For the benefit of anyone that comes back to this in the future, the solution
is likely to look something like:
- use TITLE to set a unique window title
- use something based on
https://serverfault.com/questions/126502/how-to-get-own-process-pid-from-the-command-prompt-in-windows
to get the pid
- and something based on (the very similar)
http://stackoverflow.com/questions/162291/how-to-check-if-a-process-is-running-via-a-batch-script
to see if the process with that pid is still running

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org