...
|
...
|
@@ -11,11 +11,11 @@ export SERVER_PORT=0 |
|
|
export PRODUCTION_MODE="TEST"
|
|
|
export SERVER_HOME=/usr/local/tomcat
|
|
|
export SERVER_TYPE=tomcat
|
|
|
export SERVER_NAMESPACE=yohosearch
|
|
|
export SERVER_NAMESPACE=yohomars-search
|
|
|
export GW_URL=$Gateway_URL
|
|
|
|
|
|
|
|
|
export SERVER_BASE_DIR=" -Dcatalina.base=/home/dev/yoho-search-service/deploy/.tomcat "
|
|
|
export SERVER_BASE_DIR=" -Dcatalina.base=/home/dev/yohomars-search-service/deploy/.tomcat "
|
|
|
|
|
|
export NAMING_PORT=`expr 9000 + $SERVER_PORT`
|
|
|
export HTTP_SERVER_PORT=`expr 8080 + $SERVER_PORT`
|
...
|
...
|
|