Title: RE: Tomcat-4.1.6 and DBCP issue?

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:[EMAIL PROTECTED]]
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



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


Reply via email to