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

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

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

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
If you use the default startMode of jvm, you won't see this problem.

The problem is that with startModes java and exe, Tomcat runs in a separate
process. Therefore daemon needs the shutdown port in order to be able to shut
Tomcat down. catalina.bat has essentially the same restriction.

When you run in jvm mode, Tomcat runs in the same process and when deamon calls
stop() Tomcat can detect it is running in process and shutdown.

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

Reply via email to