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

           Summary: Tomcat 4.0x can not be shut down if RMI registry is
                    running
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If a RMI registry is started in a servlet by using:

  Registry reg = LocateRegistry.createRegistry (rmiPort);

Tomcat is not shutting down with "shutdown.bat". The servlet
is terminated correctly but then Tomcat seems to have a problem
with the open port of the Registry.
Note 1: It is not possible to shut down the RMI registry via the Java API
        (which would surely solve the problem)
Note 2: Tomat 3.3 seems to have the same problem but not 3.2

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

Reply via email to