Re: DBCP problems connection does not return

2003-03-06 Thread Tomcat-RND
Hi, DBCP will go to infinite if your validation query fails. Please ensure that the table you are referring exists for extact name and proper privileges exists to get the result, check the query with the SQL prompt. If your query results in no rows found, then also there is a possibility that it

RE: DBCP problems connection does not return

2003-03-06 Thread Roberts, Eric
Try removing the maxIdle and maxActive parameters so that defaults are used - these are much lower than the 30 and 100 in your configuration. I had the same problem with Oracle. HTH Eric -Original Message- From: Gerlinde Fischer [mailto:[EMAIL PROTECTED] Sent: 06 March 2003 12:06 To: