| Summary: | bin/probe.sh should be removed from standalone server | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Tooling | Assignee: | Julian Coleman <jcoleman> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.2 CR3 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2 CP01 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-425 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
soa-4.2.0.CR3.zip
standalone-soa-4.2.0.CR3.zip
|
|
| Last Closed: | 2008-04-01 14:51:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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. |
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