PROTECTED]
Sent: Thursday, July 10, 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 on
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.
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:
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
tener 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
fireC
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,
"beforeSessionDestroyed",
listener);
But