diff --git a/httpd/configure.sh b/httpd/configure.sh index 4ae3f48a2f82995547f05649d3dce47c81b765a1..90d39be857b59dea74a84c19e12a1f07fc027ce1 100755 --- a/httpd/configure.sh +++ b/httpd/configure.sh @@ -40,10 +40,10 @@ if ! [[ $choice =~ ^([yY][eE][sS]]|[yY])$ ]]; then fi if [[ "$TYPE" == "primary" ]]; then - CLUSTER_HOST=$PRIMARY_HOST + CLUSTER_HOST=$JBOSS_PRIMARY_HOST fi if [[ "$TYPE" == "standby" ]]; then - CLUSTER_HOST=$STANDBY_HOST + CLUSTER_HOST=$JBOSS_STANDBY_HOST fi HTTPD_CONF=/etc/httpd/conf/httpd.conf