summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa-standalone/src/main/assembly/bin/run.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/run.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/run.bat')
-rw-r--r--dmaap-dsa-standalone/src/main/assembly/bin/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap-dsa-standalone/src/main/assembly/bin/run.bat b/dmaap-dsa-standalone/src/main/assembly/bin/run.bat
index 1ea81ab..01c9ca9 100644
--- a/dmaap-dsa-standalone/src/main/assembly/bin/run.bat
+++ b/dmaap-dsa-standalone/src/main/assembly/bin/run.bat
@@ -30,7 +30,7 @@ set class_path=%main_path%;%main_path%holmes-rulemgt.jar
echo ### jvm_opts: %jvm_opts%
echo ### class_path: %class_path%
-%JAVA% -classpath %class_path% %jvm_opts% org.onap.holmes.rulemgt.RuleActiveApp server %main_path%conf/rulemgt.yml
+%JAVA% -classpath %class_path% %jvm_opts% org.onap.holmes.dsa.dmaap.DmaapDsaActiveApp server %main_path%conf/dmaap-dsa.yml
IF ERRORLEVEL 1 goto showerror
exit