RE: Tomcat does not die

2003-12-03 Thread Anton Modaresi
are you sure its not one of the pages in your application that makes it
hang?
/anton

-Original Message-
From: Walter do Valle [mailto:[EMAIL PROTECTED]
Sent: den 3 december 2003 15:02
To: [EMAIL PROTECTED]
Subject: Tomcat does not die


Hello all

I have a Tomcat 4.1 instaled in a Red Hat Linux 7.3 server. My JDK is JDK
1.3.0 from IBM. My Tomcat was instaled from a RPM package downloaded from
jakarta project homepage. When it was installed, rpm created a file called
tomcat4 in /etc/init.d. I use this script to start and stop my Tomcat.  I
have chosen that JDK because RPM package waits for JDK 1.3.0 from IBM. All
works well. tomcat4 start starts Tomcat, tomcat4 stop stops Tomcat.
But in some moments Tomcat stops responding (hang) then I try use the
command tomcat4 stop to stop it but it does not work. Tomcat stops to
listen his 8080 port but the processes (threads) stay still running (ps
-ef).
What can I do to solve this problem? Update Tomcat? Update JDK?

Any help is welcome


RE: Tomcat does not die

2003-12-03 Thread Shapira, Yoav

Howdy,
You most likely have non-daemon threads that you're not shutting down
properly.  This is a common issue and has been discussed on this list
many times in the past, though not for a couple of months.  You can
search the archives for more details.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Walter do Valle [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 9:02 AM
To: [EMAIL PROTECTED]
Subject: Tomcat does not die

Hello all

I have a Tomcat 4.1 instaled in a Red Hat Linux 7.3 server. My JDK is
JDK
1.3.0 from IBM. My Tomcat was instaled from a RPM package downloaded
from
jakarta project homepage. When it was installed, rpm created a file
called
tomcat4 in /etc/init.d. I use this script to start and stop my Tomcat.
I
have chosen that JDK because RPM package waits for JDK 1.3.0 from IBM.
All
works well. tomcat4 start starts Tomcat, tomcat4 stop stops Tomcat.
But in some moments Tomcat stops responding (hang) then I try use the
command tomcat4 stop to stop it but it does not work. Tomcat stops to
listen his 8080 port but the processes (threads) stay still running (ps
-
ef).
What can I do to solve this problem? Update Tomcat? Update JDK?

Any help is welcome



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Tomcat does not die

2003-12-03 Thread Wade Chandler
I've experienced this using different VMs.  Currently I have a site
which serves nothing more than HTML...no jsp or anything, and this will
happen every now and then.  This occurs in all versions of Tomcat I have
used.  I'm running 5.0.x currently and it still happens.

Wade

-Original Message-
From: Walter do Valle [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 03, 2003 9:02 AM
To: [EMAIL PROTECTED]
Subject: Tomcat does not die


Hello all

I have a Tomcat 4.1 instaled in a Red Hat Linux 7.3 server. My JDK is
JDK 1.3.0 from IBM. My Tomcat was instaled from a RPM package downloaded
from jakarta project homepage. When it was installed, rpm created a file
called tomcat4 in /etc/init.d. I use this script to start and stop my
Tomcat.  I have chosen that JDK because RPM package waits for JDK 1.3.0
from IBM. All works well. tomcat4 start starts Tomcat, tomcat4 stop
stops Tomcat. But in some moments Tomcat stops responding (hang) then I
try use the command tomcat4 stop to stop it but it does not work.
Tomcat stops to listen his 8080 port but the processes (threads) stay
still running (ps -ef). What can I do to solve this problem? Update
Tomcat? Update JDK?

Any help is welcome



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