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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8097

Tomcat 4.0x can not be shut down if RMI registry is running





------- Additional Comments From [EMAIL PROTECTED]  2002-04-16 14:01 -------
I did some further investigation and found out that the RMI registry can be 
gracefully shutdown if the RMI object is not only unbound but also unexported.
So I found a solution to my problem.
Nevertheless the problem with Tomcat exists that it does not shut down if there 
are still threads running which are blocked (eg. blocking I/O). This could be 
fixed if a "System.exit(0)" would be added to the end of the main function in
org.apache.catalina.startup.Bootstrap

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

Reply via email to