tomcat 5.5.20 with jsvc crash

2008-07-10 Thread Umesh Kudtarkar
Hi All, We are running Tomcat 5.5.20 on RHEL 4 with jsvc. After running for 2-3 days tomcat suddenly crashes with error similar to this. GC09/07/2008 11:17:52 1049 jsvc.exec error: Service did not exit cleanly There is no other information in log file. No other error file is generated.

RE: tomcat 5.5.20 with jsvc crash

2008-07-10 Thread Umesh Kudtarkar
, 2008 4:02 AM To: Tomcat Users List Subject: Re: tomcat 5.5.20 with jsvc crash are you seeing any errors reported in the tomcat log files? also make sure you didn't run into the linux oom-killer process, might have terminated your process to, this one would log into syslog Filip Umesh Kudtarkar

RE: Re: How to call beforeSessionDestroyed of SessionListener

2006-08-09 Thread Umesh Kudtarkar
Anyone with other suggestions ? -Original Message- From: Umesh Kudtarkar [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 2:23 PM To: Tomcat Users List Subject: RE: Re: How to call beforeSessionDestroyed of SessionListener Hi Moises, Actually I am not trying to call it. I am

RE: How to call beforeSessionDestroyed of SessionListener

2006-08-09 Thread Umesh Kudtarkar
javax.servlet.http.HttpSessionActivationListener which appears to handle the condition you are after. --David Umesh Kudtarkar wrote: Anyone with other suggestions ? -Original Message- From: Umesh Kudtarkar [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 2:23 PM To: Tomcat Users List Subject: RE

RE: Re: How to call beforeSessionDestroyed of SessionListener

2006-08-07 Thread Umesh Kudtarkar
to be called... Moises Umesh Kudtarkar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I am trying to find out how to call beforeSessionDestroyed. From Tomcat 5.5 code I see following in org.apache.catalina.session.StandardSession fireContainerEvent(context