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

Mark Thomas <[email protected]> changed:

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

--- Comment #4 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to