When a connection is made in the web.xml to the database, what username is it 
connecting with? I saw nowhere to enter a username. My entry looks as follows:
   
    <resource-ref>
    <description>The fantasy database</description>
    <res-ref-name>jdbc/fantasyDB</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
  </resource-ref>
   
   

       
---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.

Reply via email to