diff options
Diffstat (limited to 'qpid/java/broker/bin/qpid-server')
| -rwxr-xr-x | qpid/java/broker/bin/qpid-server | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/broker/bin/qpid-server b/qpid/java/broker/bin/qpid-server index 18b43bee13..5c7e4182b6 100755 --- a/qpid/java/broker/bin/qpid-server +++ b/qpid/java/broker/bin/qpid-server @@ -27,6 +27,12 @@ if [ -z "$QPID_WORK" ]; then QPID_WORK=$HOME fi +# Set to help us get round the manifold problems of ps/pgrep on various +# platforms which gather up to prevent qpid_stop from working ..... +if [ -z "$QPID_PNAME" ]; then + export QPID_PNAME=" -DPNAME=QPBRKR" +fi + # Set classpath to include Qpid jar with all required jars in manifest QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/bdbstore-launch.jar |
