RE: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-19 Thread Randy Layman
-Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 6:43 PM To: Tomcat Users List Subject: Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) - Original Message - From: Brandon Cruz [EMAIL

RE: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-16 Thread Brandon Cruz
Thank you for the suggestions, so to upgrade to a newer version of tomcat 3.2.x, all I have to do is switch jar files in tomcat_home/lib? Do you think that may help with the 97% processor problem? As far as garbage collection, this condition stays this way, even after 12 hours. Would that be

Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-16 Thread Jeff Kilbride
- Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 16, 2001 7:01 AM Subject: RE: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) Thank you for the suggestions, so to upgrade to a newer version of

Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Brandon Cruz
I am using Tomcat 3.2.1 connected to Apache via mod_jk. For some reason, every once in a while, my java (Tomcat) process in linux goes up to 97% and stays there until I try to stop tomcat. Even though tomcat shuts down, that process still stays all of the way up at 97% and can only be stopped

Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Jeff Kilbride
At the very least, upgrade to the latest stable 3.2.x version. 3.2.1 is quite old and had several security problems. I'm pretty sure they are about to release 3.2.4, so that might be a good incentive. You don't have to change any of your config files, just replace the jar files in your

AW: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Ralph Einfeldt
Try to send a QUIT Signal to one of the java threads. THe VM will print out stacktraces for each thread to stderr. (kill -QUIT PID) -Ursprüngliche Nachricht- Von: Brandon Cruz [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 16. November 2001 02:08 An: Tomcat Users List Betreff: