RE: A dead cat

2002-12-09 Thread Shapira, Yoav
two. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Simon Kelly [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 09, 2002 2:59 AM >To: Tomcat Users List >Subject: Re: A dead cat > >Thanks for the reply. > >I have started redeploying manually

Re: A dead cat

2002-12-09 Thread Simon Kelly
dex.html - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 3:06 PM Subject: RE: A dead cat Howdy, It is difficult to help specifically, but here a

RE: A dead cat

2002-12-06 Thread Felipe Schnack
how I set a thread as a daemon? On Fri, 2002-12-06 at 12:06, Shapira, Yoav wrote: > Howdy, > It is difficult to help specifically, but here are a couple of general > notes that may be relevant: > > 1. Tomcat won't die (actually, the JVM won't die) if you've created any > non-daemon threads in y

RE: A dead cat

2002-12-06 Thread Shapira, Yoav
Howdy, It is difficult to help specifically, but here are a couple of general notes that may be relevant: 1. Tomcat won't die (actually, the JVM won't die) if you've created any non-daemon threads in your application. If you create such threads, either set them as daemons or ensure their proper t