Author: markt
Date: Wed Mar  9 15:39:11 2016
New Revision: 1734275

URL: http://svn.apache.org/viewvc?rev=1734275&view=rev
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=59150
Document the useAprConnector attribute

Modified:
    tomcat/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1734275&r1=1734274&r2=1734275&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Wed Mar  9 15:39:11 2016
@@ -126,6 +126,14 @@
         <p>The default value is <code>off</code>.</p>
       </attribute>
 
+      <attribute name="useAprConnector" required="false">
+        <p>This attribute controls the auto-selection of the connector
+        implementaion. When the <strong>protocol</strong> is specified as
+        <code>HTTP/1.1</code> or <code>AJP/1.3</code> then if this attribute is
+        <code>true</code> the APR/native connector will be used but if this
+        attribute is false the NIO connector will be used.</p>
+      </attribute>
+
     </attributes>
 
   </subsection>



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

Reply via email to