RE: DBCP + Tomcat Issues?

2004-07-26 Thread Shapira, Yoav
Hi, It IS a shot in the dark when you give that little context. What's the stack trace of the SQL exception? Yoav Shapira Millennium Research Informatics -Original Message- From: Rahman Syed [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 2:35 PM To: [EMAIL PROTECTED] Subject:

Re: DBCP + Tomcat Issues?

2004-07-26 Thread Anastasios Angelidis
What are the sql exceptions? Looks like the connections arent beeing released in the connection pool. Eventually they all are beeing used. Rahman Syed wrote: Hello, I realize this may not be the best place to ask but I'll give it a shot. I'm using DBCP in a Struts application to make requests

Re: DBCP + Tomcat Issues?

2004-07-26 Thread Anastasios Angelidis
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations Look at the link. Make sure you are closing the connections. Anastasios Angelidis wrote: What are the sql exceptions? Looks like the connections arent beeing