JDBC - driver and connection pooling question.

2003-07-21 Thread Kevin Passey
I have just loaded 4.1.24 and want to do as much as I can thru the admin and manager functions without hand crafting the server.xml file. Now this may not be possible but here goes:- Previously I put the connection pooling entries in the server.xml file like this:- Context docBase=adultcf

Tomcat Connection Pooling Question

2002-10-27 Thread Nicholas Orr
Hi, Is there a way to make the maxWait to just wait till there is an available connection?? Thanks Nicholas Orr ** The information contained in this e-mail is confidential and is intended only for the use of the

Re: Tomcat Connection Pooling Question

2002-10-27 Thread p200002
try -1 - Original Message - From: Nicholas Orr [EMAIL PROTECTED] To: Tomcat Mailing List [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 7:39 PM Subject: Tomcat Connection Pooling Question Hi, Is there a way to make the maxWait to just wait till there is an available connection

Connection pooling Question

2001-08-22 Thread A.L.
I have created a servlet class (using DBConenctionbroker from javaexchange) which upon initialization creates a number of database conenctions. The init method is the only method defined. My plan now is to create a number of servlets which extend this class by defining doGet methods, which

RE: Connection pooling Question

2001-08-22 Thread Filip Hanik
- From: A.L. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 2:57 PM To: [EMAIL PROTECTED] Subject: Connection pooling Question I have created a servlet class (using DBConenctionbroker from javaexchange) which upon initialization creates a number of database conenctions. The init method

Re: Connection pooling Question

2001-08-22 Thread Bo Xu
A.L. wrote: I have created a servlet class (using DBConenctionbroker from javaexchange) which upon initialization creates a number of database conenctions. The init method is the only method defined. My plan now is to create a number of servlets which extend this class by defining