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 2015/11/04 21:55:22 UTC

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

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org