From 735aa4e942ea69b738c1d64d77021f7276636131 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Tue, 29 Aug 2017 19:28:59 +0800 Subject: 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 --- dmaap-dsa-standalone/src/main/assembly/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmaap-dsa-standalone/src/main/assembly/bin/run.sh') diff --git a/dmaap-dsa-standalone/src/main/assembly/bin/run.sh b/dmaap-dsa-standalone/src/main/assembly/bin/run.sh index b6ab959..8079e60 100644 --- a/dmaap-dsa-standalone/src/main/assembly/bin/run.sh +++ b/dmaap-dsa-standalone/src/main/assembly/bin/run.sh @@ -31,5 +31,5 @@ echo @JAVA_OPTS@ $JAVA_OPTS class_path="$main_path/:$main_path/holmes-rulemgt.jar" echo @class_path@ $class_path -"$JAVA" $JAVA_OPTS -classpath "$class_path" org.onap.holmes.rulemgt.RuleActiveApp server "$main_path/conf/rulemgt.yml" +"$JAVA" $JAVA_OPTS -classpath "$class_path" org.onap.holmes.dsa.dmaap.DmaapDsaActiveApp server "$main_path/conf/dmaap-dsa.yml" -- cgit 1.2.3-korg