DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36976>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36976





------- Additional Comments From [EMAIL PROTECTED]  2005-10-17 16:06 -------
(In reply to comment #3)
> Is there an additional stacktrace or part thereof in the logs?

There isn't. The reason why this is happening is that when tomcat starts, port
5555 (in this example) is bound. 

For shutdown, another jvm is launched and gets the same jmx parameters.
Therefore, it tries to bind to port 5555, too, fails and shuts the jvm down. The
shutdown procedure isn't executed and thus tomcat is still running.

The only fix I could think of is to introduce yet another variable that applies
to start and run but not to stop. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to