You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/01/30 06:05:25 UTC

svn commit: r739171 - /tomcat/trunk/webapps/docs/config/http.xml

Author: markt
Date: Fri Jan 30 05:05:25 2009
New Revision: 739171

URL: http://svn.apache.org/viewvc?rev=739171&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46563

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

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=739171&r1=739170&r2=739171&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri Jan 30 05:05:25 2009
@@ -480,8 +480,9 @@
         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.
@@ -670,8 +671,7 @@
       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">



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