Hi,

$subject when refer to

https://docs.wso2.org/display/CLUSTER420/Configuring+the+Manager+Node

below configuration not working ( node does not join with the cluster)
elb.wso2.com is assigned to an IP address in  /etc/hosts

<members>
    <member>
          <hostName>elb.wso2.com</hostName>
          <port>4500</port>
    </member>
</members>


It only works when IP address is used instead of the host name

Eg:
<members>
    <member>
          <hostName>xx.xx.xx.xx</hostName>
          <port>4500</port>
    </member>
</members>





-- 
Regards,

Chatura Dilan Perera
*(Senior Software Engineer - WSO2 Mobile)*
www.dilan.me
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to