Author: kkolinko
Date: Sat Mar  6 15:40:47 2010
New Revision: 919789

URL: http://svn.apache.org/viewvc?rev=919789&view=rev
Log:
Remove Nio connector reference from TC5.5 ssl-howto.xml
It is a followup to r904859

Modified:
    tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml?rev=919789&r1=919788&r2=919789&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml Sat Mar  6 
15:40:47 2010
@@ -302,10 +302,6 @@
 <-- Define a blocking Java SSL Coyote HTTP/1.1 Connector on port 8443 -->
 <Connector protocol="org.apache.coyote.http11.Http11Protocol"
            port="8443" .../>
-
-<-- Define a non-blocking Java SSL Coyote HTTP/1.1 Connector on port 8443 
-->
-<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
-           port="8443" .../>
 </source>
 Alternatively, to specify an APR connector (the APR library must be available) 
use:
 <source>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to