Skip to content

Commit

Permalink
Add note on testing multicast
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1488139 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed May 31, 2013
1 parent 4286c0c commit 8beab0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ 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
familiar with Tomcat connectors, see config/http.html in documentation for
Expand All @@ -318,6 +317,12 @@ If you are on Windows and want to test the APR connector you can put the
tcnative-1.dll file into ${tomcat.source}/bin/native/ and it will be copied
into the above directory when the build runs.

The unit tests include tests of the clustering functionality which require
multicast to be enabled. There is a simple application provided in the Tomcat
test source (org.apache.catalina.tribes.TesterMulticast) that can be used to
check if a machine supports multicast. Notes on enabling multicast for different
operating systems are provided in the Javadoc for that class.


(7.2) Running a single test

Expand Down

0 comments on commit 8beab0c

Please sign in to comment.