Hide Forgot
Date of First Response: 2008-02-14 03:38:44 project_key: SOA This won't be much use on the standalone server...(jgroups.jar is not part of the server distro - and the server is not intended for clusters) #!/bin/sh ### ====================================================================== ### ## ## ## JGroups Cluster Discovery Script ## ## ## ### ====================================================================== ### # Discovers all UDP-based members running on a certain mcast address (use -help for help) # Probe [-help] [-addr <addr>] [-port <port>] [-ttl <ttl>] [-timeout <timeout>] CLASSPATH=.:../lib/commons-logging.jar:../server/all/lib/jgroups.jar:$CLASSPATH # OS specific support (must be 'true' or 'false'). cygwin=false; case "`uname`" in CYGWIN*) cygwin=true ;; esac if [ $cygwin = "true" ]; then CP=`cygpath -wp $CLASSPATH` else CP=$CLASSPATH fi
this is also true for bin/probe.bat
Fixed in revision 1130 of build-tools/builders/esb/build.xml Commit message: Remove bin/probe.{sh|bat} from the standalone server, as they are not useful there.
Verified fixed in CP01 - March 31 build.