summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa-standalone/src/main/assembly/bin/stop.bat
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-29 19:28:59 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-29 19:28:59 +0800
commit735aa4e942ea69b738c1d64d77021f7276636131 (patch)
tree357d5d16039c77cb1ba881d4e419c8f28c042e74 /dmaap-dsa-standalone/src/main/assembly/bin/stop.bat
parent1db590a6b07cfd0ab8c1718b0b760a25fe4dd60f (diff)
Modify the configuration files
Modify the shell and cmd scripts. Modify the docker file. Change-Id: I9f86cd0e414be59c941f277858ddfc2039f34747 Issue-ID: HOLMES-29 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'dmaap-dsa-standalone/src/main/assembly/bin/stop.bat')
-rw-r--r--dmaap-dsa-standalone/src/main/assembly/bin/stop.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmaap-dsa-standalone/src/main/assembly/bin/stop.bat b/dmaap-dsa-standalone/src/main/assembly/bin/stop.bat
index bfde362..d234ab6 100644
--- a/dmaap-dsa-standalone/src/main/assembly/bin/stop.bat
+++ b/dmaap-dsa-standalone/src/main/assembly/bin/stop.bat
@@ -18,14 +18,14 @@
title stopping engine-d-service
set HOME=%~dp0
-set Main_Class="org.onap.holmes.rulemgt.RuleActiveApp"
+set Main_Class="org.onap.holmes.dsa.dmaap.DmaapDsaActiveApp"
-echo ================== engine-d-service info =============================================
+echo ================== dmaap-dsa-service info =============================================
echo HOME=$HOME
echo Main_Class=%Main_Class%
echo ===============================================================================
-echo ### Stopping engine-d-service
+echo ### Stopping dmaap-dsa-service
cd /d %HOME%
for /f "delims=" %%i in ('"%JAVA_HOME%\bin\jcmd"') do (