RE: Tomcat Unexplained Shutdown

2002-06-11 Thread FEDERICO MARTIN LARA
Great! Have you got the sevlets?. -Mensaje original- De: Geoff Peters [mailto:[EMAIL PROTECTED]] Enviado el: martes, 11 de junio de 2002 13:34 Para: [EMAIL PROTECTED] Asunto: Tomcat Unexplained Shutdown -Original Message- From: Geoff Peters Sent: June 7, 2002 11:12 AM To:

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread FEDERICO MARTIN LARA
Thanks, thanks, thanks!!! -Mensaje original- De: Geoff Peters [mailto:[EMAIL PROTECTED]] Enviado el: martes, 11 de junio de 2002 14:13 Para: Tomcat Users List Asunto: RE: Tomcat Unexplained Shutdown Here are the uncompiled servlets (the ones that would possibly cause the shutdowns

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Geoff Peters
Ralph: Using jdsk 1.3.1_2 (sun), have not tried other versions but if you think that is a possible cause, I will check into it. I am using TOmcat 4.0.3 standalone running the App, however IIS 4.0 is running another application on another port (switched IIS to 8080, Tomcat to Port 80), but

Re: Tomcat Unexplained Shutdown

2002-06-11 Thread Tim Funk
Quick stab in the dark - Since you are using an ODBC driver - I bet the driver is not thread safe. So if tomcat is trying to serve 2 different requests concurrently, it may be dying in native odbc code. -Tim Geoff Peters wrote: Here are the uncompiled servlets (the ones that would possibly

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Geoff Peters
What alternatives would I have to that ODBC driver as a testing option? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: June 11, 2002 9:32 AM To: Tomcat Users List Subject: Re: Tomcat Unexplained Shutdown Quick stab in the dark - Since you are using an ODBC driver

Re: Tomcat Unexplained Shutdown

2002-06-11 Thread Tim Funk
PROTECTED]] Sent: June 11, 2002 9:32 AM To: Tomcat Users List Subject: Re: Tomcat Unexplained Shutdown Quick stab in the dark - Since you are using an ODBC driver - I bet the driver is not thread safe. So if tomcat is trying to serve 2 different requests concurrently, it may be dying

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Geoff Peters
[mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 11. Juni 2002 14:27 An: Tomcat Users List Betreff: RE: Tomcat Unexplained Shutdown Using jdsk 1.3.1_2 (sun), have not tried other versions but if you think that is a possible cause, I will check into it. I am using TOmcat 4.0.3 standalone

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Geoff Peters
PROTECTED]] Gesendet: Dienstag, 11. Juni 2002 14:13 An: Tomcat Users List Betreff: RE: Tomcat Unexplained Shutdown Here are the uncompiled servlets (the ones that would possibly cause the shutdowns) - if you need the associated jar file let me know... -- To unsubscribe, e-mail: mailto

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Geoff Peters
:[EMAIL PROTECTED]] Gesendet: Dienstag, 11. Juni 2002 14:49 An: Tomcat Users List Betreff: RE: Tomcat Unexplained Shutdown No unfortunately it is Access 97, or else I would have used a more specific driver... (couldn't find a specific Access driver as no one in their right mind would use

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Larry Isaacs
List Subject: RE: Tomcat Unexplained Shutdown Here are the uncompiled servlets (the ones that would possibly cause the shutdowns) - if you need the associated jar file let me know... thanks! Geoff -Original Message- From: FEDERICO MARTIN LARA [mailto:[EMAIL PROTECTED

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Geoff Peters
-Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: June 11, 2002 2:33 PM To: 'Tomcat Users List' Subject: RE: Tomcat Unexplained Shutdown Have you verified that the System.exit()s in IfaxSend.java. are not being executed? If executed, they would to a fine job of taking

RE: Tomcat Unexplained Shutdown

2002-06-11 Thread Hanks Mei
:[EMAIL PROTECTED]] Sent: June 11, 2002 2:33 PM To: 'Tomcat Users List' Subject: RE: Tomcat Unexplained Shutdown Have you verified that the System.exit()s in IfaxSend.java. are not being executed? If executed, they would to a fine job of taking down Tomcat. Cheers, Larry -Original