remm        02/01/24 07:31:52

  Modified:    .        Tag: tomcat_40_branch BUILDING.txt
  Log:
  - JNDI is required to build.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.5   +19 -18    jakarta-tomcat-4.0/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v
  retrieving revision 1.5.2.4
  retrieving revision 1.5.2.5
  diff -u -r1.5.2.4 -r1.5.2.5
  --- BUILDING.txt      19 Dec 2001 21:08:18 -0000      1.5.2.4
  +++ BUILDING.txt      24 Jan 2002 15:31:52 -0000      1.5.2.5
  @@ -1,4 +1,4 @@
  -$Id: BUILDING.txt,v 1.5.2.4 2001/12/19 21:08:18 remm Exp $
  +$Id: BUILDING.txt,v 1.5.2.5 2002/01/24 15:31:52 remm Exp $
   
   
                  Building The Tomcat 4.0 Servlet/JSP Container
  @@ -132,14 +132,29 @@
     distribution resides in its own directory.
   
   
  -(6) Steps (7) - (17) are optional, but are necessary to build a complete binary
  +(6) Download and Install the JNDI 1.2.1 Reference Implementation
  +
  +* Download the Java Naming and Directory Interface (JNDI) package,
  +  (version 1.2.1 or later) from
  +
  +    http://java.sun.com/products/jndi/
  +
  +* Unpack the reference implementation into a convenient location so that
  +  it resides in its own subdirectory.
  +
  +* You will also need the "LDAP Provider" (ldap.jar), available on the
  +  same download page.  Be sure that you unpack "ldap.jar" into the "lib"
  +  subdirectory of the JNDI directory, parallel to "jndi.jar".
  +
  +
  +(7) Steps (8) - (17) are optional, but are necessary to build a complete binary
       distribution of Tomcat 4.0. Set the "full.dist" property to "on" in the
       build.properties file (see step (17)) to build a complete distribution.
       Regular contributors to Tomcat are encouraged to use the complete build 
       option.
   
   
  -(7) Download and Install JDBC Optional Package API Binary Distribution
  +(8) Download and Install JDBC Optional Package API Binary Distribution
   
   * Download the JDBC Optional Pacakge API package (version 2.0) from:
   
  @@ -148,7 +163,7 @@
   * Place the jar in a convenient location.
   
   
  -(8) Download and Install the JMX 1.0 Reference Implementation
  +(9) Download and Install the JMX 1.0 Reference Implementation
   
   * Download the JMX Instrumentation and Agent Reference Implementation
     (version 1.0 or later) from
  @@ -158,20 +173,6 @@
   * Unpack the reference implementation into a convenient location so that
     it resides in its own subdirectory.
   
  -
  -(9) Download and Install the JNDI 1.2.1 Reference Implementation
  -
  -* Download the Java Naming and Directory Interface (JNDI) package,
  -  (version 1.2.1 or later) from
  -
  -    http://java.sun.com/products/jndi/
  -
  -* Unpack the reference implementation into a convenient location so that
  -  it resides in its own subdirectory.
  -
  -* You will also need the "LDAP Provider" (ldap.jar), available on the
  -  same download page.  Be sure that you unpack "ldap.jar" into the "lib"
  -  subdirectory of the JNDI directory, parallel to "jndi.jar".
   
   (10) Download and Install the Java Activation Framework 1.0.1
   
  
  
  

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

Reply via email to