RE: FW: Incomplete shutdown of the java processes in Linux

2002-12-27 Thread John McNeill
Thank you, Jeff. I added that line to our log writer Thread and it did the job. -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 6:06 PM To: [EMAIL PROTECTED] Subject: Re: FW: Incomplete shutdown of the java processes in Linux So, I&#x

Re: FW: Incomplete shutdown of the java processes in Linux

2002-12-23 Thread Jeff Tulley
So, I've seen this with some of our(Novell's) web applications. What happened with us is that a web application spawned off some sort of utility thread, or daemon thread, without calling (thread).setDaemon(true); >From the javadoc for java.lang.Thread.setDaemon: "Marks this thread as either a da

FW: Incomplete shutdown of the java processes in Linux

2002-12-23 Thread McNeill, John
On the Linux box we use for testing, we have a Tomcat 4.1.12 instance that controls two custom webapps and a manager app. The Tomcat process starts up fine when I use startup.sh, generating some 35 "java ... start" processes in my ps list. However, when I attempt to stop the Tomcat process with s