craigmcc    00/11/21 18:52:14

  Modified:    .        Tag: tomcat_32 README
  Log:
  Document the requirement for the JSSE classes to build Tomcat 3.2, and to run
  it if you are using the SSL connector.
  
  Submitted by: Rick Mann <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.2   +8 -0      jakarta-tomcat/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/README,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- README    2000/11/12 01:22:20     1.9.2.1
  +++ README    2000/11/22 02:52:13     1.9.2.2
  @@ -25,6 +25,14 @@
     "jaxp.jar" and "parser.jar" files are on your class path.  (NOTE:  In the
     future it will be possible to use any JAXP-compliant parser).
   
  +* Download and install a version of the Java Secure Sockets Extension (JSSE)
  +  classes appropriate for your jurisdiction, and add the included JAR files
  +  on your classpath.  If you intend to use Tomcat's support for SSL connections
  +  in stand-alone mode, these classes will also need to be on the classpath
  +  when you start Tomcat.  Get version 1.0.2 or later of JSSE from:
  +
  +     http://java.sun.com/products/jsse
  +
   * Download and install the Ant distribution (subproject "jakarta-ant") into
     a directory named "$JAKARTA_HOME/jakarta-ant".  If you have downloaded the
     source distribution, you will need to build the executable version by
  
  
  

Reply via email to