Re: Configuring a JDBC Data Source

2003-09-24 Thread Paul
From: "Renda, Michael" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 7:05 AM Subject: RE: Configuring a JDBC Data Source > I've got the commons-dbcp.jar file in the common/lib directory. Whe

Re: Configuring a JDBC Data Source

2003-09-24 Thread Adam Hardy
Sent: Wednesday, September 24, 2003 4:20 AM To: Tomcat Users List Subject: Re: Configuring a JDBC Data Source sounds like you need the commons-dbcp and commons-pool jar files as well. Adam On 09/24/2003 01:52 AM Renda, Michael wrote: I'm trying to configure a JDBC Data Source for a Tom

RE: Configuring a JDBC Data Source

2003-09-24 Thread Renda, Michael
I've got the commons-dbcp.jar file in the common/lib directory. Where do I find the commons-pool.jar file? Mike -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:20 AM To: Tomcat Users List Subject: Re: Configuring a JDBC Data S

Re: Configuring a JDBC Data Source

2003-09-24 Thread Adam Hardy
sounds like you need the commons-dbcp and commons-pool jar files as well. Adam On 09/24/2003 01:52 AM Renda, Michael wrote: I'm trying to configure a JDBC Data Source for a Tomcat 4.1.27 installation. I used the Admin tool which wrote the following entry to my server.xml file:

Configuring a JDBC Data Source

2003-09-23 Thread Renda, Michael
I'm trying to configure a JDBC Data Source for a Tomcat 4.1.27 installation. I used the Admin tool which wrote the following entry to my server.xml file: maxWait 5000 maxActive 4 password secret