RE: Getting DBCP working through Tomcat 4.1

2005-01-21 Thread mike.raath
: Getting DBCP working through Tomcat 4.1 Hi Mike You need a DriverAdapterCPDS and a PerUserPoolDataSource. Try the following configuration: Resource name=jdbc/TestDBCPDS auth=Container type=org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS/ ResourceParams name=jdbc/TestDBCPDS

Getting DBCP working through Tomcat 4.1

2005-01-19 Thread mike.raath
Hello all, and apologies if I am asking a question which has been asked before (I presume it has but I can't find anything after comprehensive searching). I am trying to get a simple Tomcat application up using DBCP, and got BasicDataSource working fine. However, our applications all run under