diff --git a/report-core/src/main/assembly/assembly.xml b/report-core/src/main/assembly/assembly.xml index e68cf8c6..63268c8d 100755 --- a/report-core/src/main/assembly/assembly.xml +++ b/report-core/src/main/assembly/assembly.xml @@ -42,7 +42,7 @@ target lib - report-core-*.jar + aj-report-*.jar *-javadoc.jar diff --git a/report-core/src/main/assembly/bin/start.sh b/report-core/src/main/assembly/bin/start.sh index c19a47f4..c4fc496b 100755 --- a/report-core/src/main/assembly/bin/start.sh +++ b/report-core/src/main/assembly/bin/start.sh @@ -15,7 +15,7 @@ echo "$DEPLOY_DIR" echo "$LIB_JARS" -PIDS=`ps -f | grep java | grep "report-core" |awk '{print $2}'` +PIDS=`ps -f | grep java | grep "aj-report" |awk '{print $2}'` if [ -n "$PIDS" ]; then echo "ERROR: The AJ-Report already started!" echo "PID: $PIDS" @@ -23,6 +23,6 @@ if [ -n "$PIDS" ]; then fi -nohup java $JAVA_OPTS -jar -Dspring.config.location=$CONF_DIR/bootstrap-dev.yml $LIB_DIR/report-core-1.0.0-SNAPSHOT.jar -Xbootclasspath/a:$LIB_JARS >/dev/null 2>&1 & +nohup java $JAVA_OPTS -jar -Dspring.config.location=$CONF_DIR/bootstrap.yml $LIB_DIR/aj-report-*.jar -Xbootclasspath/a:$LIB_JARS >/dev/null 2>&1 & echo "The AJ-Report started!" \ No newline at end of file