Skip to content

Commit

Permalink
hotfix: 修复发布版本的启动脚本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 2, 2016
1 parent e156539 commit 2935ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skywalking-server/bin/swserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ echo "CLASSPATH=$CLASSPATH"

JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"

$JAVA ${JAVA_OPTS} -classpath $CLASSPATH com.ai.cloud.skywalking.reciever.CollectionServer >> ${SW_SERVER_BIN_DIR}/../log/sw-server.log & 2>&1&
$JAVA ${JAVA_OPTS} -classpath $CLASSPATH com.a.eye.skywalking.reciever.CollectionServer >> ${SW_SERVER_BIN_DIR}/../log/sw-server.log & 2>&1&

0 comments on commit 2935ec8

Please sign in to comment.