RE: tomcat stop does not kill all processes

2003-06-27 Thread Shapira, Yoav
Howdy, Do your applications start any non-daemon threads? Yoav Shapira Millennium ChemInformatics -Original Message- From: mourad jaber [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:03 AM To: Tomcat Users List Subject: tomcat stop does not kill all processes Hi, I'm using

Re: tomcat stop does not kill all processes

2003-06-27 Thread mourad jaber
I'm using Rmi with an encapsulated rmiregistery but I don't know how to stop it. Shapira, Yoav wrote: Howdy, Do your applications start any non-daemon threads? Yoav Shapira Millennium ChemInformatics -Original Message- From: mourad jaber [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: tomcat stop does not kill all processes

2003-06-27 Thread Shapira, Yoav
Howdy, Well, how are you starting the registry? I'm using Rmi with an encapsulated rmiregistery but I don't know how to stop it. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary

Re: tomcat stop does not kill all processes

2003-06-27 Thread mourad jaber
I start it with LocateRegistery.createRegistery(1099) and Registery interface and LocateRegistery haven't got any close or destroy and any method to stop the RmiRegistery ! Have you got an idea about it ? Thanks a lot Mourad Shapira, Yoav wrote: Howdy, Well, how are you starting the registry?

RE: tomcat stop does not kill all processes

2003-06-27 Thread Shapira, Yoav
Howdy, I start it with LocateRegistery.createRegistery(1099) and Registery interface and LocateRegistery haven't got any close or destroy and any method to stop the RmiRegistery ! Have you got an idea about it ? Yeah, that's what I figured. They should've included a shutdown() method in that