RE: How to diagnose a TomCat hang?

2006-01-18 Thread Tim Lucia
pair of tomcats on the same box in a vertical cluster.) Tim -Original Message- From: Dave Pullin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 1:55 PM To: Tomcat Users List Subject: RE: How to diagnose a TomCat hang? Thank you. I've now tried kill -QUIT. The java pr

RE: How to diagnose a TomCat hang?

2006-01-18 Thread Dave Pullin
esday, January 18, 2006 2:03 PM To: Tomcat Users List Subject: RE: How to diagnose a TomCat hang? Just out of interest, what version of java are you using? We had to disable the second processor on our production server while running 1.4, due to the app hanging as you describe. We're about to

RE: How to diagnose a TomCat hang?

2006-01-18 Thread tamsin
Just out of interest, what version of java are you using? We had to disable the second processor on our production server while running 1.4, due to the app hanging as you describe. We're about to update to jdk 1.5, so might try re-enabling that second processor again... Tamsin w: www.anorakgirl

RE: How to diagnose a TomCat hang?

2006-01-18 Thread Dave Pullin
anuary 18, 2006 1:37 PM To: 'Tomcat Users List' Subject: RE: How to diagnose a TomCat hang? kill -QUIT will cause a stack dump... including any Java deadlocks. -Original Message- From: Dave Pullin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 1:33 PM To: users@tom

RE: How to diagnose a TomCat hang?

2006-01-18 Thread Tim Lucia
kill -QUIT will cause a stack dump... including any Java deadlocks. -Original Message- From: Dave Pullin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 1:33 PM To: users@tomcat.apache.org Subject: How to diagnose a TomCat hang? Briefly: Is there anyway to figure out what To