Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tomcat does not shutdown due to active "RMI Runtime " thread

843793May 27 2003 — edited May 27 2003
Hello

I use servlet that stores and cleans up reference to remote object in a remote object registry in corresponding init() and destroy() methods.

I clean up all my threads correctly.

But unfortunately Tomcat 4 does not want to shutdown .
Using Tomcat's "debug" command, I discovered the additional threadgroup
named "RMI Runtime"
threadgroups
1. (java.lang.ThreadGroup)0x54e system
2. (java.lang.ThreadGroup)0x54f main
3. (java.lang.ThreadGroup)0x769 RMI Runtime
>

Is there any method to finish the threadgroup in order to allow Tomcat to shutdown ?

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2003
Added on May 27 2003
1 comment
210 views