Re: Database connections aren't being released...

2005-10-07 Thread Richard Road Runner
PROTECTED] Sent: Thursday, October 06, 2005 10:29 PM Subject: Re: Database connections aren't being released... Richard Road Runner wrote: I am not sure that this is a Tomcat issue, but we are not sure what exactly is causing our problem. We are running Tomcat 5.0.27. We are using the most recent

RE: Database connections aren't being released...

2005-10-07 Thread George Sexton
-Original Message- From: Richard Road Runner [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 4:41 PM To: Darryl L. Miles; Tomcat Users List Subject: Re: Database connections aren't being released... Hmm.. Thank you for the reply. Yes we are using DBCP. I discussed

Re: Database connections aren't being released...

2005-10-06 Thread Nikola Milutinovic
Richard Road Runner wrote: I am not sure that this is a Tomcat issue, but we are not sure what exactly is causing our problem. We are running Tomcat 5.0.27. We are using the most recent jconn2.jar driver to connect to a Sybase SQL Anywhere Studio 7 database via JDBC. Over a period of time,

RE: Database connections aren't being released...

2005-10-06 Thread George Sexton
As many people have pointed out, your app is probably not closing resources. A tool that can help find these is: http://findbugs.sourceforge.net/ George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Richard Road Runner

Re: RE: Database connections aren't being released...

2005-10-06 Thread Richard Road Runner
I've confirmed that we added the parameter removeAbandoned=true to the Database resource in the server.xml about a year ago and it had no effect. None of us think that we are not closing connecitons properlly.

Re: Database connections aren't being released...

2005-10-06 Thread Darryl L. Miles
Richard Road Runner wrote: I am not sure that this is a Tomcat issue, but we are not sure what exactly is causing our problem. We are running Tomcat 5.0.27. We are using the most recent jconn2.jar driver to connect to a Sybase SQL Anywhere Studio 7 database via JDBC. Over a period of time,

RE: Database connections aren't being released...

2005-10-05 Thread Caldarale, Charles R
From: Richard Road Runner [mailto:[EMAIL PROTECTED] Subject: Database connections aren't being released... Over a period of time, the number of connections to the database continues to increase far beyond the possible number of users. This is usually a problem in the webapp, in that