diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-28 10:26:27 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-28 10:26:27 +0800 |
commit | d165bd9397c9de0d16c5dc580306d6e63e1e1d60 (patch) | |
tree | 78b149c5a6641a6c1f058c4d51438bb85969ab7b /rulemgt-standalone/src/main/assembly/bin/run.sh | |
parent | fc6926a65285263a32bae736684ff5c765ebf3e2 (diff) |
Updated the Version of Dropwizard
Change-Id: I83105eadc15fd1ad635beb4a255206b312796ef8
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/bin/run.sh')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh index f0beb56..1b77f33 100644 --- a/rulemgt-standalone/src/main/assembly/bin/run.sh +++ b/rulemgt-standalone/src/main/assembly/bin/run.sh @@ -30,7 +30,7 @@ port=8312 #JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=$port,server=y,suspend=n" echo @JAVA_OPTS@ $JAVA_OPTS -class_path="$main_path/:$main_path/holmes-rulemgt.jar" +class_path="$main_path/*:$main_path/lib/*:$main_path/holmes-rulemgt.jar" echo @class_path@ $class_path if [ -z ${JDBC_USERNAME} ]; then |