...
|
...
|
@@ -17,7 +17,7 @@ TOMCAT_BASE_DIR=$WEB_APP_HOME/.tomcat |
|
|
|
|
|
|
|
|
LOCAL_IP=`/sbin/ifconfig -a|grep inet|grep -v 127.0.0.1|grep -v inet6|awk '{print $2}'|tr -d "addr:"`
|
|
|
REMOVE_URL="http://ufoapi.yohoops.org/service_control/unregister?ip=$$LOCAL_IP&context=ufo-gateway"
|
|
|
REMOVE_URL="http://ufoapi.yohoops.org/service_control/unregister?ip=$LOCAL_IP&context=ufo-gateway"
|
|
|
|
|
|
|
|
|
stop_jboss()
|
...
|
...
|
|