From: kkolinko Date: Fri, 1 Apr 2011 14:30:25 +0000 (+0000) Subject: Correct typos in description of NIO connector in config/http.html, especially in... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6abf1b312e348c997a11805722cf52de3de8faf0;p=tomcat7.0 Correct typos in description of NIO connector in config/http.html, especially in TC6. An attribute is called "processorCache", not "processCache". git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1087720 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 7d2c0daf0..e6b91653f 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -519,7 +519,7 @@

(byte)Value between 0 and 255 for the traffic class on the socket. JVM default used if not set.

-

NoteOn some JDK versions, setting +

Note: On some JDK versions, setting soTrafficClass causes a problem. A work around for this is to add the -Djava.net.preferIPv4Stack=true value to your JVM options.

@@ -687,10 +687,10 @@

The following command line options are available for the NIO connector:
-Dorg.apache.tomcat.util.net.NioSelectorShared=true|false - - default is true. Set this value to false if you wish to - use a selector for each thread. If you do set it to false, you can + - default is true. Set this value to false if you wish to + use a selector for each thread. When you set it to false, you can control the size of the pool of selectors by using the - selectorPool.maxSelectors attribute.

+ selectorPool.maxSelectors attribute.