Author: markt
Date: Thu Aug 14 02:28:52 2008
New Revision: 685831

URL: http://svn.apache.org/viewvc?rev=685831&view=rev
Log:
Remove JDK 1.3 references.
Docs patch so just apply it.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml
    tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml?rev=685831&r1=685830&r2=685831&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Thu Aug 14 02:28:52 2008
@@ -49,11 +49,6 @@
 <p>To install and configure SSL support on Tomcat 5, you need to follow
 these simple steps.  For more information, read the rest of this HOW-TO.</p>
 <ol>
-<li>If you are running a 1.3 JVM, download JSSE 1.0.3 (or later) from
-   <a 
href="http://java.sun.com/products/jsse/";>http://java.sun.com/products/jsse/</a>
-   and either make it an <em>installed extension</em> on the system, or else
-   set an environment variable <code>JSSE_HOME</code> that points at the
-   directory into which you installed JSSE.  </li><br/><br/>
 <li>Create a certificate keystore by executing the following command:
 <p>Windows:</p>
 <source>
@@ -193,30 +188,6 @@
 
 <section name="Configuration">
 
-<subsection name="Download and Install JSSE (if needed)">
-<p>Note that JSSE is bundled with Sun's JDK 1.4 and later, so if you're using
-JDK 1.4 and later, you can skip this step.</p>
-
-
-<p>Download the <em>Java Secure Socket Extensions</em> (JSSE) package,
-version 1.0.3 or later, from
-<a 
href="http://java.sun.com/products/jsse/";>http://java.sun.com/products/jsse/</a>.
-If you built Tomcat from source, you have probably already downloaded this
-package.</p>
-
-<p>After expanding the package, there are two ways to make it available to
-Tomcat (choose one or the other):</p>
-<ul>
-<li>Make JSSE an <em>installed extension</em> by copying all three JAR files
-    (<code>jcert.jar</code>, <code>jnet.jar</code>, and <code>jsse.jar</code>)
-    into your <code>$JAVA_HOME/jre/lib/ext</code> directory.</li>
-<li>Create a new environment variable <code>JSSE_HOME</code> that contains
-    the absolute path to the directory into which you unpacked the
-    JSSE binary distribution.</li>
-</ul>
-
-</subsection>
-
 <subsection name="Prepare the Certificate Keystore">
 
 <p>Tomcat currently operates with <code>JKS</code>, <code>PKCS11</code> or

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=685831&r1=685830&r2=685831&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Thu Aug 14 02:28:52 2008
@@ -49,11 +49,6 @@
   +1: markt, yoavs, fhanik
   -1: 
 
-* Remove the JDK 1.3 references from SSL How To
-  http://people.apache.org/~markt/patches/2008-06-21-SSL-docs.patch
-  +1: markt, yoavs
-  -1: 
-
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42727
   Correctly handle request lines that are exact multiples of 4096 in length.
   Patch provided by Will Pugh.



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

Reply via email to