| From | Sent On | Attachments |
|---|---|---|
| Jacob Kjome | Jul 1, 2002 8:40 pm | |
| Remy Maucherat | Jul 2, 2002 12:09 am | |
| Douglas, Rory | Jul 2, 2002 5:29 am | |
| Martin Jacobson | Jul 2, 2002 6:36 am | |
| Douglas, Rory | Jul 2, 2002 7:41 am | |
| Jacob Kjome | Jul 2, 2002 9:39 am | |
| Steve Ahlstrom | Jul 5, 2002 3:09 pm | |
| Craig R. McClanahan | Jul 5, 2002 3:25 pm | |
| Jacob Kjome | Jul 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" :-)
Martin





