You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/03/11 12:01:05 UTC

svn commit: r1576280 - /tomcat/trunk/BUILDING.txt

Author: kkolinko
Date: Tue Mar 11 11:01:05 2014
New Revision: 1576280

URL: http://svn.apache.org/r1576280
Log:
Document the "execute.test.nio2" option.

Modified:
    tomcat/trunk/BUILDING.txt

Modified: tomcat/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1576280&r1=1576279&r2=1576280&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Tue Mar 11 11:01:05 2014
@@ -297,16 +297,17 @@ directory:
 
     output/build/logs
 
-By default the testsuite is run three times to test 3 different
-implementations of Tomcat connectors: BIO, NIO and APR. (If you are not
+By default the testsuite is run four times to test 4 different
+implementations of Tomcat connectors: BIO, NIO, NIO2 and APR. (If you are not
 familiar with Tomcat connectors, see config/http.html in documentation for
 details).
 
-The 3 runs are enabled and disabled individually by the following
+The 4 runs are enabled and disabled individually by the following
 properties, which all are "true" by default:
 
     execute.test.bio=true
     execute.test.nio=true
+    execute.test.nio2=true
     execute.test.apr=true
 
 The APR connector can be tested only if Tomcat-Native library binaries are



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