|
@@ -7,9 +7,9 @@ if [ ! -d "$WORKING_DIR" ]; then
|
|
|
fi
|
|
|
|
|
|
cd beyondj-launcher/deploy/
|
|
|
-fw_get -O http://beyondj.com/beyondj.jar
|
|
|
+fw_get -O http://beyondj.com/beyondj-launcher-1.0-SNAPSHOT.jar
|
|
|
cd ../../
|
|
|
|
|
|
echo "Launching BeyondJ from location:$PWD"
|
|
|
-java -jar beyondj-launcher/deploy/beyondj.jar system.platform.dbserver=${DBHOST} numInstances=10
|
|
|
+java -jar beyondj-launcher/deploy/beyondj-launcher-1.0-SNAPSHOT.jar system.platform.dbserver=${DBHOST} numInstances=10
|
|
|
|