diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-29 19:28:59 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-29 19:28:59 +0800 |
commit | 735aa4e942ea69b738c1d64d77021f7276636131 (patch) | |
tree | 357d5d16039c77cb1ba881d4e419c8f28c042e74 /dmaap-dsa-standalone/src/main/assembly/bin/run.sh | |
parent | 1db590a6b07cfd0ab8c1718b0b760a25fe4dd60f (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.sh')
-rw-r--r-- | dmaap-dsa-standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |