...
|
...
|
@@ -26,7 +26,7 @@ export GW_URL=http://api.yoho.cn |
|
|
|
|
|
export NAMING_PORT=`expr 9000 + $SERVER_PORT`
|
|
|
export HTTP_SERVER_PORT=`expr 8090 + $SERVER_PORT`
|
|
|
export DEBUG_PORT=`expr 8800 + $SERVER_PORT`
|
|
|
export DEBUG_PORT=`expr 8810 + $SERVER_PORT`
|
|
|
|
|
|
export CHECK_SERVER_STARTUP_URL="http://127.0.0.1:$HTTP_SERVER_PORT/$SERVER_NAMESPACE/common/ok.jsp"
|
|
|
export STARTUP_SUCCESS_MSG="Server Online Resources ok"
|
...
|
...
|
|