You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2001/10/10 20:11:27 UTC

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

remm        01/10/10 11:11:27

  Modified:    webapps/tomcat-docs Tag: tomcat_40_branch
                        jndi-resources-howto.xml
  Log:
  - Change resource-ref-name to res-ref-name (the name of the element appears
    to be inconsistent with the rest of the DTD).
    Patch submitted by Kare Nuorteva <kare at kare.uklinux.net>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +6 -6      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.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- jndi-resources-howto.xml	2001/09/17 03:49:16	1.6
  +++ jndi-resources-howto.xml	2001/10/10 18:11:26	1.6.2.1
  @@ -299,9 +299,9 @@
       messages, preconfigured to connect to the appropriate
       SMTP server.
     &lt;/description&gt;
  -  &lt;resource-ref-name&gt;
  +  &lt;res-ref-name&gt;
       mail/Session
  -  &lt;/resource-ref-name&gt;
  +  &lt;/res-ref-name&gt;
     &lt;res-type&gt;
       javax.mail.Session
     &lt;/res-type&gt;
  @@ -442,9 +442,9 @@
       instances that may be used for talking to a particular
       database that is configured in the server.xml file.
     &lt;/description&gt;
  -  &lt;resource-ref-name&gt;
  +  &lt;res-ref-name&gt;
       jdbc/EmployeDB
  -  &lt;/resource-ref-name&gt;
  +  &lt;/res-ref-name&gt;
     &lt;res-type&gt;
       javax.sql.DataSource
     &lt;/res-type&gt;
  @@ -670,9 +670,9 @@
   
   <source>
   &lt;resource-env-ref&gt;
  -  &lt;Description&gt;
  +  &lt;description&gt;
       Object factory for MyBean instances.
  -  &lt;/Description&gt;
  +  &lt;/description&gt;
     &lt;resource-env-ref-name&gt;
       bean/MyBeanFactory
     &lt;/resource-env-ref-name&gt;