Add missing executor element in NIO docs
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 13 Sep 2008 22:47:21 +0000 (22:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 13 Sep 2008 22:47:21 +0000 (22:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@695053 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index 933a8ea..b309653 100644 (file)
         This value is ignored if the <code>executor</code> attribute is present and points to a valid shared thread pool.
         </p>
       </attribute>
+      <attribute name="executor" required="false">
+        <p>A reference to the name in an <a href="executor.html">Executor</a> element.
+           If this attribute is enabled, and the named executor exists, the connector will
+           use the executor, and all the other thread attributes will be ignored.</p>
+      </attribute>
       <attribute name="acceptorThreadCount" required="false">
         <p>(int)The number of threads to be used to accept connections. Increase this value on a multi CPU machine,
         although you would never really need more than <code>2</code>. Also, with a lot of non keep alive connections,