> again! the error now is the following:
>
[quoted text clipped - 3 lines]
> it seems as getConnection(user,name) is not supported by the dbcp
> class....in Tomcat 6
That's a different error from the first one
> MESSAGE: Access denied for user ''@'localhost' (using password: NO)
The "access denied" error looks like it came from MySQL. You don't say what
DBMS you're using. If MySQL, doesn't MySQL have to be set up differently with
usernames from localhost and usernames not from localhost?
The username it's reporting is '', implying that no database username was
submitted.
You don't show us how "jdbc/test" is defined, so we can't confirm that for you.
The definition of "jdbc/test" is also implicated in the message that reports
the problem wih "BasicDataSource". You don't tell us what operation is
unsupported, but it looks that way.
Seems from here with the limited information available that you defined your
data source incorrectly.

Signature
Lew
josh - 06 Feb 2008 11:31 GMT
> > again! the error now is the following:
>
[quoted text clipped - 26 lines]
> --
> Lew
I found that the error was that getConnection(u,p) with passing that
two arguments is not
implemented in the DBCP package...