[2003-12-05 11:07] Chaikin, Yaakov Y (US SSA) said:

| I am trying to configure Tomcat to have a database connection pool for
| my database, but when I try to access the database through a jsp, it
| gives me "wrong password" for the database... BUT it IS the right
| password.

| My server.xml file has this <context>:
| 
| <!--*** BEGIN AFECWEB Context ***-->
| <Context className="org.apache.catalina.core.StandardContext"

|       <ResourceParams name="jdbc/afecWEBDB">

|               <parameter>
|                       <name>user</name>
        ^^^^^^^^^^^^^^^^^

  That should be <name>username</name>

hth.
  Brent


-- 
"Develop your talent, man, and leave the world something. Records are 
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

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

Reply via email to