Author: markt Date: Sat Dec 17 12:28:12 2016 New Revision: 1774749 URL: http://svn.apache.org/viewvc?rev=1774749&view=rev Log: Run unit tests will default setting for shared selector
Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1774749&r1=1774748&r2=1774749&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Sat Dec 17 12:28:12 2016 @@ -59,6 +59,10 @@ execute.findbugs=false # multicast tests to work java.net.preferIPv4Stack=false +# Specify the default (true) else the empty string will be used which +# effectively changes the setting to false +org.apache.tomcat.util.net.NioSelectorShared=true + # Location of GPG executable (used only for releases) gpg.exec=/path/to/gpg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org