glenn       01/02/22 19:15:04

  Modified:    catalina/docs/dev building.html
  Log:
  Add build docs for JNDI JDBC DataSource
  
  Revision  Changes    Path
  1.3       +15 -1     jakarta-tomcat-4.0/catalina/docs/dev/building.html
  
  Index: building.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/dev/building.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- building.html     2001/01/14 04:26:11     1.2
  +++ building.html     2001/02/23 03:15:02     1.3
  @@ -41,6 +41,20 @@
   in your own applications), but the <code>jndi.jar</code> file must be available
   on the class path or as a system extension.</p>
   
  +<h3>JNDI JDBC DataSource support</h3>
  +
  +<p>If you want to build in support for JNDI JDBC DataSources you need to
  +download the following packages and put their jar files in your classpath.
  +
  +<li>Tyrex <a href="http://tyrex.exolab.org/">http://tyrex.exolab.org/</a></li>
  +
  +<li>Java Transaction API (JTA) <a href="http://java.sun.com/products/jta">
  +http://java.sun.com/products/jta</a></li>
  +
  +<li>Java JDBC 2.0 Optional Extensions <a href="http://java.sun.com/products/jdbc/">
  +http://java.sun.com/products/jdbc/</a></li>
  +</p>
  +
   <h3>Java API for XML Parsing (JAXP)</h3>
   
   <p>Download and install the current version of the Java API for XML Parsing
  @@ -187,7 +201,7 @@
   
   <br>
   <div align="center"><hr width="75%"><font size="2">
  -$Id: building.html,v 1.2 2001/01/14 04:26:11 craigmcc Exp $
  +$Id: building.html,v 1.3 2001/02/23 03:15:02 glenn Exp $
   </font></div>
   
   </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to