bobh        2002/09/19 09:37:36

  Modified:    catalina/src/conf server.xml
  Log:
  - jdk1.4 includes the JSSE package, update comment to reflect this
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-tomcat-catalina/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- server.xml        22 Aug 2002 12:48:56 -0000      1.5
  +++ server.xml        19 Sep 2002 16:37:36 -0000      1.6
  @@ -66,8 +66,8 @@
            entry.  SSL support requires the following steps (see the SSL Config
            HOWTO in the Tomcat 5 documentation bundle for more detailed
            instructions):
  -         * Download and install JSSE 1.0.2 or later, and put the JAR files
  -           into "$JAVA_HOME/jre/lib/ext".
  +         * If your JDK version 1.3 or prior, download and install JSSE 1.0.2 or
  +           later, and put the JAR files into "$JAVA_HOME/jre/lib/ext".
            * Execute:
                %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
                $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA  (Unix)
  
  
  

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

Reply via email to