From 9b76558f642103fead460fcf412bed94d29dab07 Mon Sep 17 00:00:00 2001 From: Marnie McCormack Date: Thu, 12 Apr 2007 16:15:48 +0000 Subject: QPID-352 Changes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@528003 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/bin/qpid-server | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'java/broker/bin') diff --git a/java/broker/bin/qpid-server b/java/broker/bin/qpid-server index 0080209479..a2b416b12b 100644 --- a/java/broker/bin/qpid-server +++ b/java/broker/bin/qpid-server @@ -18,4 +18,13 @@ # under the License. # +# Set classpath to include Qpid jar with all required jars in manifest +QPID_LIBS=$QPID_HOME/lib/qpid-incubating.jar:$QPID_HOME/lib/bdbstore-launch.jar + +# Set other variables used by the qpid-run script before calling +export JAVA=java \ + JAVA_VM=-server \ + JAVA_MEM=-Xmx1024m \ + QPID_CLASSPATH=$QPID_LIBS + . qpid-run org.apache.qpid.server.Main "$@" -- cgit v1.2.1