re: Broken Pipes

2005-02-24 Thread Bliesner, Christopher P
I'm currently running Apache 2.0.43 on a Solaris 8.0 Unix System with Tomcat 4.1.12 and everything had been working fine until recently when we started getting an increase in the number of broken pipe messages in Tomcat. Our dept is programming in Java and we seem to be able to run small apps

re: Easy questions

2004-07-13 Thread Bliesner, Christopher P
Hi-I'm using Tomcat 4.1.12 and I have have it running great, thanks. I have my connection pooling set up and working to an Oracle DB. However, are we still using the 'RemoveAbondoned' parameters to close DBCP connections? I have the parameter set for 20 connections and the other day, I had a

RE: Easy questions

2004-07-13 Thread Bliesner, Christopher P
11:45 AM To: Tomcat Users List Subject: RE: Easy questions Hi, Don't rely on removeAbandoned, close your connections yourself (typically in the finally clause of a try/catch construct). Yoav Shapira Millennium Research Informatics -Original Message- From: Bliesner, Christopher P [mailto

RE: re: Tomcat unexpectedly shuts down

2004-06-30 Thread Bliesner, Christopher P
Is anybody working this? Chris Bliesner Lead Oracle DBA/Unix admin Wk Phone 915-834-1757 -Original Message- From: Bliesner, Christopher P Sent: Tuesday, June 29, 2004 10:37 AM To: Tomcat Users List Subject: FW: re: Tomcat unexpectedly shuts down Importance: High Hello-I am working

FW: re: Tomcat unexpectedly shuts down

2004-06-29 Thread Bliesner, Christopher P
Hello-I am working with version 4.1.12 and today, Tomcat shut down unexpectedly with the following error: 2004-06-29 09:32:07 StandardWrapperValve[invoker]: Servlet.service() for servlet invoker threw exception java.lang.NullPointerException at

RE: DBCP pooling error

2004-06-17 Thread Bliesner, Christopher P
PROTECTED] Sent: Wednesday, June 16, 2004 2:52 PM To: Bliesner, Christopher P Subject: RE: DBCP pooling error Try this: Web.xml resource-ref res-ref-namejdbc/paso2d/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref Check

RE: DBCP pooling error

2004-06-17 Thread Bliesner, Christopher P
followed the link below but I am still getting that NULL error below. Any ideas? Chris Bliesner Lead Oracle DBA/Unix admin Wk Phone 915-834-1757 -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:52 PM To: Bliesner, Christopher P Subject: RE

RE: DBCP pooling error

2004-06-17 Thread Bliesner, Christopher P
: Wednesday, June 16, 2004 2:52 PM To: Bliesner, Christopher P Subject: RE: DBCP pooling error Try this: Web.xml resource-ref res-ref-namejdbc/paso2d/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref Check

RE: DBCP pooling error

2004-06-17 Thread Bliesner, Christopher P
/tomcat-4.1-doc/jndi-datasource-example s -howto.html -Original Message- From: Bliesner, Christopher P [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 12:46 PM To: [EMAIL PROTECTED] Subject: RE: DBCP pooling error Well...good news is were getting a new error: Name

RE: DBCP pooling error

2004-06-17 Thread Bliesner, Christopher P
? Chris Bliesner Lead Oracle DBA/Unix admin Wk Phone 915-834-1757 -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:52 PM To: Bliesner, Christopher P Subject: RE: DBCP pooling error Try

RE: DBCP pooling error

2004-06-17 Thread Bliesner, Christopher P
. Any ideas? Chris Bliesner Lead Oracle DBA/Unix admin Wk Phone 915-834-1757 -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:52 PM To: Bliesner, Christopher P Subject: RE: DBCP pooling error Try

re: DBCP pooling error

2004-06-16 Thread Bliesner, Christopher P
I'm running Tomcat 4.12 and trying to setup the DBCP. I followed everything outlined on the Jakarta/Tomcat site for setting up a DBCP for Oracle 8.1.7 but I'm still receiving the following message: Cannot load JDBC driver class 'null' Any help would be appreciated, thanks! Chris

RE: DBCP pooling error

2004-06-16 Thread Bliesner, Christopher P
PROTECTED] Sent: Wednesday, June 16, 2004 9:42 AM To: 'Tomcat Users List' Subject: RE: DBCP pooling error I believe you need to move the Oracle classes12.jar and nls_charset12.jar files into your Tomcat\common\lib directory. -Original Message- From: Bliesner, Christopher P [mailto:[EMAIL

re: Tomcat question

2004-02-09 Thread Bliesner, Christopher P
Hello, I have setup Tomcat 4.12 in conjunction with Apache 2.0.43 on a Solaris UNIX box. My question is specific to Tomcat. I know that I can modify the server.xml to include individual logfiles under the webapps directory, both Local logs and (I believe) Catalina logfiles. However, these

RE: Tomcat question

2004-02-09 Thread Bliesner, Christopher P
their servlet to a separate output.log file in their code. I'll let you know if it works. -Original Message- From: Josh Rehman [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 2:59 PM To: Tomcat Users List Subject: Re: Tomcat question Bliesner, Christopher P wrote: Hello, I

RE: Tomcat question

2004-02-09 Thread Bliesner, Christopher P
Thanks for your help :) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 2:55 PM To: Tomcat Users List Subject: RE: Tomcat question Howdy, I have setup Tomcat 4.12 in conjunction with Apache 2.0.43 on a Solaris UNIX box. My question is