atom feed9 messages in org.apache.tomcat.usersRE: Tomcat-4.1.6 and DBCP issue?
FromSent OnAttachments
Jacob KjomeJul 1, 2002 8:40 pm 
Remy MaucheratJul 2, 2002 12:09 am 
Douglas, RoryJul 2, 2002 5:29 am 
Martin JacobsonJul 2, 2002 6:36 am 
Douglas, RoryJul 2, 2002 7:41 am 
Jacob KjomeJul 2, 2002 9:39 am 
Steve AhlstromJul 5, 2002 3:09 pm 
Craig R. McClanahanJul 5, 2002 3:25 pm 
Jacob KjomeJul 9, 2002 2:38 pm 
Subject:RE: Tomcat-4.1.6 and DBCP issue?
From:Douglas, Rory (Rory@na.sunchem.com)
Date:Jul 2, 2002 7:41:30 am
List:org.apache.tomcat.users

Thanks Martin, that worked!

The problem is that the TC-4.1.6 Admin web-app adds a "user" ,not a "username" <parameter> when you add a DataSource <resource>.

-----Original Message----- From: Martin Jacobson [mailto:mart@libero.it] Sent: Tuesday, July 02, 2002 9:37 AM To: Tomcat Users List Subject: Re: Tomcat-4.1.6 and DBCP issue?

Douglas, Rory wrote:

Hi there

I had some problems using the DBCP connection pool with 4.1.6 and the MS SQL Server JDBC drivers. I couldn't get the pool to use the user parameter specified in server.xml, I ended up having to include the username and password as part of the JDBC URL.

Oh, I've never used the built-in connection pooling before, so I can't speak for 4.1.3. What's happening with your 4.1.6 setup??

DBCP expects the user to be identified by a parameter called "username", not "user" :-)