Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46563
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 30 Jan 2009 05:05:25 +0000 (05:05 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 30 Jan 2009 05:05:25 +0000 (05:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@739171 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index 035b38e..ce2233b 100644 (file)
         you might want to increase this value as well. Default value is <code>1</code>.</p>
       </attribute>
       <attribute name="pollerThreadCount" required="false">
-        <p>(int)The number of threads to be used to run for the polling events. Default value is <code>1</code>.
-           Can't see a reason to go above that. But experiment and find your own results.</p>
+        <p>(int)The number of threads to be used to run for the polling events.
+        Default value is <code>1</code> per processor. Can't see a reason to go
+        above that. But experiment and find your own results.</p>
       </attribute>
       <attribute name="pollerThreadPriority" required="false">
         <p>(int)The priority of the poller threads.
       Certificate, but not fail if one isn't presented. A <code>false</code>
       value (which is the default) will not require a certificate chain
       unless the client requests a resource protected by a security
-      constraint that uses <code>CLIENT-CERT</code> authentication. See the
-      <a href="../ssl-howto.html">SSL HowTo</a> for an example.</p>
+      constraint that uses <code>CLIENT-CERT</code> authentication.</p>
     </attribute>
 
     <attribute name="keystoreFile" required="false">