Author: markt Date: Fri May 31 10:36:14 2013 New Revision: 1488143 URL: http://svn.apache.org/r1488143 Log: Routing table doesn't show it but it looks like firewall was the only issue.
Modified: tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java Modified: tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java?rev=1488143&r1=1488142&r2=1488143&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java (original) +++ tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java Fri May 31 10:36:14 2013 @@ -27,12 +27,6 @@ import java.net.UnknownHostException; * Useful notes for various operating systems follow.<p> * OSX * <ul> - * <li>Multicast is not routed by default.</li> - * <li>Check if multicast is routed by looking at the routing table via - * <code>netstat -nr</code>. If there is no line the output for 228.0.0.4 - * then multicast will not work.</li> - * <li>Add a route for multicast using - * <code>sudo route -nv add -net 228.0.0.4 -interface en0</code></li> * <li>The firewall blocks multicast bewteen processes on the local machine so * you will need to disable the OSX forewall before the test below will * work.</li> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org