You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2002/08/16 22:18:38 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jndi-resources-howto.xml

amyroh      2002/08/16 13:18:38

  Modified:    webapps/tomcat-docs jndi-resources-howto.xml
  Log:
  Update the doc following the current DBCP implementation - "username" instead
  of "user".
  
  Revision  Changes    Path
  1.14      +4 -4      jakarta-tomcat-4.0/webapps/tomcat-docs/jndi-resources-howto.xml
  
  Index: jndi-resources-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/jndi-resources-howto.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jndi-resources-howto.xml	16 Mar 2002 20:32:31 -0000	1.13
  +++ jndi-resources-howto.xml	16 Aug 2002 20:18:38 -0000	1.14
  @@ -113,9 +113,9 @@
   <code>override</code> attribute to "true").</p>
   
   <p>Global resources can be defined in the server-wide JNDI context, by adding
  -the resource elements described above to the 
  -<a href="config/globalresources.html">&lt;GlobalNamingResources&gt;</a> 
  -child element of the <a href="config/server.html">&lt;Server&gt;</a> 
  +the resource elements described above to the
  +<a href="config/globalresources.html">&lt;GlobalNamingResources&gt;</a>
  +child element of the <a href="config/server.html">&lt;Server&gt;</a>
   element.</p>
   
   </section>
  @@ -503,7 +503,7 @@
               type="javax.sql.DataSource"/&gt;
     &lt;ResourceParams name="jdbc/EmployeeDB"&gt;
       &lt;parameter&gt;
  -      &lt;name&gt;user&lt;/name&gt;
  +      &lt;name&gt;username&lt;/name&gt;
         &lt;value&gt;dbusername&lt;/value&gt;
       &lt;/parameter&gt;
       &lt;parameter&gt;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>