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 2005/12/01 01:12:08 UTC

svn commit: r350083 - /tomcat/container/tc5.5.x/webapps/docs/apr.xml

Author: remm
Date: Wed Nov 30 16:12:04 2005
New Revision: 350083

URL: http://svn.apache.org/viewcvs?rev=350083&view=rev
Log:
- Add example SSL config.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/apr.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/apr.xml?rev=350083&r1=350082&r2=350083&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/apr.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/apr.xml Wed Nov 30 16:12:04 2005
@@ -232,6 +232,19 @@
     </attribute>
 
     </attributes>
+    
+    <p>
+    An example SSL Connector declaration can be:
+    <source>
+    &lt;Connector port="443" maxHttpHeaderSize="8192"
+               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
+               enableLookups="false" disableUploadTimeout="true"
+               acceptCount="100" scheme="https" secure="true"
+               SSLEngine="on" 
+               SSLCertificateFile="${catalina.base}/conf/localhost.crt"
+               SSLCertificateKeyFile="${catalina.base}/conf/localhost.key" /&gt;</source>
+    </p>
+    
     </subsection>
 	
     <subsection name="AJP">



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