remm        01/11/29 23:00:37

  Modified:    webapps/tomcat-docs jndi-resources-howto.xml
  Log:
  - Add some documentation on the possibility to define server-global JNDI
    resources, in addition to the per-webapp JNDI resources.
  
  Revision  Changes    Path
  1.10      +8 -0      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jndi-resources-howto.xml  2001/11/14 17:53:30     1.9
  +++ jndi-resources-howto.xml  2001/11/30 07:00:36     1.10
  @@ -93,6 +93,8 @@
       Configure the Java class name of the resource factory implementation to be
       used, as well as JavaBeans properties used to configure that resource
       factory.</li>
  +<li><a href="config/context.html#Resource Links">&lt;ResourceLink&gt;</a> -
  +    Add a link to a resource defined in the global JNDI context.</li>
   </ul>
   
   <p>Any number of these elements may be nested inside a
  @@ -109,6 +111,12 @@
   <strong>only</strong> if allowed by the corresponding
   <code>&lt;Environment&gt;</code> element (by setting the
   <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> 
  +element.</p>
   
   </section>
   
  
  
  

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

Reply via email to