REMOTE_TESTING.txt revision 12677:a4299d47bd00
11. Setup two hosts
22. Make sure tcp connection between them works
33. run tcpdump -i <interface> host <host2_name> and 'tcp[13] & 2!=0'
4   on host 1
54. run 
6
7   ${TESTJAVA}/bin/java -server TestApp \
8   -Dcom.sun.management.jmxremote.port=50234 \
9   -Dcom.sun.management.jmxremote.rmi.port=50235 \
10   -Dcom.sun.management.jmxremote.authenticate=false \
11   -Dcom.sun.management.jmxremote.ssl=false
12
13    on host2
145. run jconsole on host1
156. connect jconsole to host2:50234
16   Make sure jconsole works
17   Make sure only host2.50234 and host2.50235 appears in tcpdump output.
18