ccain 01/09/25 17:52:35
Modified: catalina/src/conf Tag: tomcat_40_branch
server-noexamples.xml.config server.xml
Log:
Fix the commented SSL examples in the 4.0 final branch as well.
Revision Changes Path
No revision
No revision
1.2.2.2 +5 -4
jakarta-tomcat-4.0/catalina/src/conf/server-noexamples.xml.config
Index: server-noexamples.xml.config
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server-noexamples.xml.config,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- server-noexamples.xml.config 2001/09/24 18:30:05 1.2.2.1
+++ server-noexamples.xml.config 2001/09/26 00:52:34 1.2.2.2
@@ -32,15 +32,16 @@
By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
You can also enable an SSL HTTP/1.1 Connector on port 8443 by
following the instructions below and uncommenting the second Connector
- entry. SSL support requires the following steps:
+ entry. SSL support requires the following steps (see the SSL Config
+ HOWTO in the Tomcat 4.0 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".
- * Edit "$JAVA_HOME/jre/lib/security/java.security" and add
- security.provider.2=com.sun.net.ssl.internal.ssl.Provider
* Execute:
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
- with a password value of "changeit".
+ with a password value of "changeit" for both the certificate and
+ the keystore itself.
By default, DNS lookups are enabled when a web application calls
request.getRemoteHost(). This can have an adverse impact on
1.29.2.2 +5 -4 jakarta-tomcat-4.0/catalina/src/conf/server.xml
Index: server.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -r1.29.2.1 -r1.29.2.2
--- server.xml 2001/09/24 18:30:05 1.29.2.1
+++ server.xml 2001/09/26 00:52:34 1.29.2.2
@@ -32,15 +32,16 @@
By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
You can also enable an SSL HTTP/1.1 Connector on port 8443 by
following the instructions below and uncommenting the second Connector
- entry. SSL support requires the following steps:
+ entry. SSL support requires the following steps (see the SSL Config
+ HOWTO in the Tomcat 4.0 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".
- * Edit "$JAVA_HOME/jre/lib/security/java.security" and add
- security.provider.2=com.sun.net.ssl.internal.ssl.Provider
* Execute:
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
- with a password value of "changeit".
+ with a password value of "changeit" for both the certificate and
+ the keystore itself.
By default, DNS lookups are enabled when a web application calls
request.getRemoteHost(). This can have an adverse impact on