Modify run and stop 77/20477/1
authorwangguirong <wangguirong@boco.com.cn>
Wed, 25 Oct 2017 02:29:03 +0000 (10:29 +0800)
committerwangguirong <wangguirong@boco.com.cn>
Wed, 25 Oct 2017 02:33:24 +0000 (10:33 +0800)
Change-Id: Id4f7a6388651a38424f9319a4635717998d0a18f
Issue-Id: VFC-548
Signed-off-by: wangguirong <wangguirong@boco.com.cn>
ems/microservice-standalone/src/main/assembly/run.sh
ems/microservice-standalone/src/main/assembly/stop.bat
ems/microservice-standalone/src/main/assembly/stop.sh

index b2d4448..2cb7d6b 100755 (executable)
@@ -91,4 +91,4 @@ echo @JAVA_OPTS@ $JAVA_OPTS
 class_path="$RUNHOME/:$RUNHOME/boco-driver.jar"
 echo @class_path@ $class_path
 # Start
-"$JAVA" $JAVA_OPTS -classpath "$class_path"  org.onap.vfc.nfvo.emsdriver.EMSDriverApp server "$RUNHOME/conf/emsdriver.yml"
+"$JAVA" $JAVA_OPTS -classpath "$class_path"  org.onap.vfc.nfvo.emsdriver.EmsDriverApplication server "$RUNHOME/conf/emsdriver.yml"
index 73f9673..9a55a1f 100755 (executable)
@@ -17,7 +17,7 @@
 title stopping dac-service\r
 \r
 set HOME=%~dp0\r
-set Main_Class="org.onap.vfc.nfvo.emsdriver.EMSDriverApp"\r
+set Main_Class="org.onap.vfc.nfvo.emsdriver.EmsDriverApplication"\r
 \r
 echo ================== emsdriver-service info  =============================================\r
 echo HOME=$HOME\r
index d011f0d..6d2e8dc 100755 (executable)
@@ -17,7 +17,7 @@
 
 DIRNAME=`dirname $0`
 HOME=`cd $DIRNAME/; pwd`
-Main_Class="org.onap.vfc.nfvo.emsdriver.EMSDriverApp"
+Main_Class="org.onap.vfc.nfvo.emsdriver.EmsDriverApplication"
 
 echo ================== emsdriver-service info  =============================================
 echo HOME=$HOME