Modify the configuration files
[holmes/dsa.git] / dmaap-dsa-standalone / src / main / assembly / bin / run.bat
index 1ea81ab..01c9ca9 100644 (file)
@@ -30,7 +30,7 @@ set class_path=%main_path%;%main_path%holmes-rulemgt.jar
 echo ### jvm_opts: %jvm_opts%\r
 echo ### class_path: %class_path%\r
 \r
-%JAVA% -classpath %class_path% %jvm_opts% org.onap.holmes.rulemgt.RuleActiveApp server %main_path%conf/rulemgt.yml\r
+%JAVA% -classpath %class_path% %jvm_opts% org.onap.holmes.dsa.dmaap.DmaapDsaActiveApp server %main_path%conf/dmaap-dsa.yml\r
 \r
 IF ERRORLEVEL 1 goto showerror\r
 exit\r