glenn       2002/08/17 17:54:26

  Modified:    webapps/tomcat-docs index.xml
  Log:
  Add JNDI Datasource HOW-TO to application section
  
  Revision  Changes    Path
  1.14      +4 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/index.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.xml 9 Sep 2001 22:43:48 -0000       1.13
  +++ index.xml 18 Aug 2002 00:54:26 -0000      1.14
  @@ -65,6 +65,10 @@
   <li><a href="class-loader-howto.html"><strong>Class Loader HOW-TO</strong></a>
       - Information about class loading in Tomcat 4, including where to place
       your application classes so that they are visible.</li>
  +<li><a href="jndi-datasource-examples-howto.html">
  +    <strong>JNDI DataSource HOW-TO</strong></a>
  +    - Configuring a JNDI DataSoure with a dB connection pool.
  +    Examples for many popular databases.</li>
   <li><a href="jndi-resources-howto.html"><strong>JNDI Resources HOW-TO</strong></a>
       - Configuring standard and custom resources in the JNDI naming context
       that is provided to each web application.</li>
  
  
  

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

Reply via email to