Author: jfrederic.clere(a)jboss.com
Date: 2012-01-10 03:46:41 -0500 (Tue, 10 Jan 2012)
New Revision: 1918
Modified:
branches/2.1.x/webapps/docs/ssl-howto.xml
Log:
Remove the Http11NioProtocol that we don't support.
Modified: branches/2.1.x/webapps/docs/ssl-howto.xml
===================================================================
--- branches/2.1.x/webapps/docs/ssl-howto.xml 2012-01-10 08:43:49 UTC (rev 1917)
+++ branches/2.1.x/webapps/docs/ssl-howto.xml 2012-01-10 08:46:41 UTC (rev 1918)
@@ -339,16 +339,6 @@
keystoreFile="${user.home}/.keystore"
keystorePass="changeit"
clientAuth="false" sslProtocol="TLS"/>
-->
-<-- Define a non-blocking Java SSL Coyote HTTP/1.1 Connector on port 8443
-->
-<!--
-<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
- port="8443" minSpareThreads="5"
maxSpareThreads="75"
- enableLookups="true" disableUploadTimeout="true"
- acceptCount="100" maxThreads="200"
- scheme="https" secure="true" SSLEnabled="true"
- keystoreFile="${user.home}/.keystore"
keystorePass="changeit"
- clientAuth="false" sslProtocol="TLS"/>
--->
</source>
and to specify an APR connector
<source>
Show replies by date