Author: kkolinko Date: Wed Nov 4 20:55:22 2015 New Revision: 1712645 URL: http://svn.apache.org/viewvc?rev=1712645&view=rev Log: Document java.net.preferIPv4Stack option, in followup to r1712491, r1712361, r1360433
Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1712645&r1=1712644&r2=1712645&view=diff ============================================================================== --- tomcat/trunk/BUILDING.txt (original) +++ tomcat/trunk/BUILDING.txt Wed Nov 4 20:55:22 2015 @@ -414,6 +414,11 @@ For example: test.relaxTiming=true + 8. It is known that some platforms (e.g. OSX El Capitan) require IPv4 to + be the default for the multicast tests to work. This is configured by + the following property: + + java.net.preferIPv4Stack=true (8) Source code checks --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org