RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
[mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 12:58 PM To: Tomcat Users List Subject: Re: Absolute Guide for config of JDBC Connection Pool ? I don't know if there's a complete top-to-bottom guide, but here's what I know from setting up connection pooling under 5.5.12: 1

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 12:58 PM To: Tomcat Users List Subject: Re: Absolute Guide for config of JDBC Connection Pool ? I don't know if there's a complete top-to-bottom guide, but here's what I know from setting up connection

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread Durfee, Bernard
: Absolute Guide for config of JDBC Connection Pool ? Ok, I have tried itit fails ..or maybe I am helping it fail? Been fighting with it all morning..I followed your email and the doc...here are my entries/values..any opinions on what else to try? 1. Resource entry

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
. Bernie Durfee -Original Message- From: g m [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 6:22 AM To: Tomcat Users List Subject: RE: Absolute Guide for config of JDBC Connection Pool ? Ok, I have tried itit fails ..or maybe I am helping it fail? Been fighting

Re: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread Hassan Schroeder
g m wrote: This problem is 'windows' (yes, spealt...B:A:D)..related. probably. :-) Same code works on the unix box. Not sure why it be different. WARNING: A docBase C:\Program Files\Apache Software Foundation\ Tomcat 5.5\webapps\DBS3 inside the host appBase ... Many people have

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-19 Thread Caldarale, Charles R
From: g m [mailto:[EMAIL PROTECTED] Subject: Absolute Guide for config of JDBC Connection Pool ? Does anyone happen to know where there is a definative guide on how to do this and what jar files one needs ? There obviously won't be a single doc covering all databases - there are just

Re: Absolute Guide for config of JDBC Connection Pool ?

2006-01-19 Thread Len Popp
I don't know if there's a complete top-to-bottom guide, but here's what I know from setting up connection pooling under 5.5.12: 1. The JDBC driver JAR must go in the common/lib directory (because for connection pooling it needs to be accessible to both Tomcat and the web app). 2. DBCP is built

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-19 Thread Durfee, Bernard
parameters that DBCP accepts... http://jakarta.apache.org/commons/dbcp/configuration.html Bernie Durfee -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 12:58 PM To: Tomcat Users List Subject: Re: Absolute Guide for config of JDBC Connection

Re: Absolute Guide for config of JDBC Connection Pool ?

2006-01-19 Thread Giorgio Clavelli
Great stuff Len!!! Very much appreciated A lost new java programmer :) On 1/20/06, Len Popp [EMAIL PROTECTED] wrote: I don't know if there's a complete top-to-bottom guide, but here's what I know from setting up connection pooling under 5.5.12: 1. The JDBC driver JAR must go in the