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 2010/02/01 16:23:07 UTC

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

Author: markt
Date: Mon Feb  1 15:23:07 2010
New Revision: 905304

URL: http://svn.apache.org/viewvc?rev=905304&view=rev
Log:
Tweaks

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=905304&r1=905303&r2=905304&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Mon Feb  1 15:23:07 2010
@@ -236,13 +236,13 @@
       value is 100.</p>
     </attribute>
 
-      <attribute name="acceptorThreadCount" required="false">
-        <p>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, you
-        might want to increase this value as well. Default value is
-        <code>1</code>.</p>
-      </attribute>
+    <attribute name="acceptorThreadCount" required="false">
+      <p>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, you
+      might want to increase this value as well. Default value is
+      <code>1</code>.</p>
+    </attribute>
 
     <attribute name="address" required="false">
       <p>For servers with more than one IP address, this attribute
@@ -652,9 +652,9 @@
     </attributes>
   </subsection>
 
-  <subsection name="APR specific configuration">
+  <subsection name="APR/native specific configuration">
     
-    <p>The following attributes are specific to the APR connector.</p>
+    <p>The following attributes are specific to the APR/native connector.</p>
 
     <attributes>
 



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