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 23:05:16 UTC

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

amyroh      2002/08/16 14:05:16

  Modified:    webapps/docs jndi-resources-howto.xml
  Log:
  Update the doc following the current DBCP implementation - "username" instead of "user".
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-tomcat-catalina/webapps/docs/jndi-resources-howto.xml
  
  Index: jndi-resources-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jndi-resources-howto.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jndi-resources-howto.xml	30 Jul 2002 03:58:28 -0000	1.2
  +++ jndi-resources-howto.xml	16 Aug 2002 21:05:16 -0000	1.3
  @@ -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>