You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2006/12/06 19:33:45 UTC

svn commit: r483172 - in /tomcat/tc6.0.x/trunk: conf/server.xml res/confinstall/server_2.xml

Author: remm
Date: Wed Dec  6 10:33:45 2006
New Revision: 483172

URL: http://svn.apache.org/viewvc?view=rev&rev=483172
Log:
- Add SSLEnabled to the example config.

Modified:
    tomcat/tc6.0.x/trunk/conf/server.xml
    tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml

Modified: tomcat/tc6.0.x/trunk/conf/server.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/server.xml?view=diff&rev=483172&r1=483171&r2=483172
==============================================================================
--- tomcat/tc6.0.x/trunk/conf/server.xml (original)
+++ tomcat/tc6.0.x/trunk/conf/server.xml Wed Dec  6 10:33:45 2006
@@ -49,7 +49,7 @@
          connector should be using the OpenSSL style configuration
          described in the APR documentation -->
     <!--
-    <Connector port="8443" protocol="HTTP/1.1" 
+    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
                maxThreads="150" scheme="https" secure="true"
                clientAuth="false" sslProtocol="TLS" />
     -->

Modified: tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml?view=diff&rev=483172&r1=483171&r2=483172
==============================================================================
--- tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml (original)
+++ tomcat/tc6.0.x/trunk/res/confinstall/server_2.xml Wed Dec  6 10:33:45 2006
@@ -7,8 +7,8 @@
          connector should be using the OpenSSL style configuration
          described in the APR documentation -->
     <!--
-    <Connector port="8443" protocol="HTTP/1.1" 
-               maxThreads="150" scheme="https" secure="true"
+    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" 
+               maxThreads="150" scheme="https" secure="true" 
                clientAuth="false" sslProtocol="TLS" />
     -->
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org