For information on additional configuration required for clustering other WSO2 products, click that product's link here.
WSO2 provides Hazelcast Community Edition as its default clustering engine. Advanced users can fine-tune Hazelcast by creating a <CARBON_HOME>/repository/conf/hazelcast.properties
file and adding the relevant Hazelcast properties as described in the Hazelcast Advanced Configuration Properties documentation. If you use Hazelcast Enterprise Edition or Hazelcast Management Center, see the Hazelcast documentation for details on configuring those products.
If you need to provide access to the management node from outside your network so external clients can upload applications and perform other management tasks, you configure the
mgt
sub-domain inloadbalancer.conf
and map the host to the IP address of the ELB. For example, you would add themgt
sub-domain toloadbalancer.conf
as follows:loadbalancer.confesb { domains{ wso2.as.domain { tenant_range *; group_mgt_port 5000; mgt { hosts management.as.cloud-test.wso2.com; } worker { hosts as.cloud-test.wso2.com; } } } }
You would then add the
management.as.cloud-test.wso2.com
port mapping in the/etc/hosts
file as follows:/etc/hosts filexxx.xxx.xxx.206 management.as.cloud-test.wso2.com xxx.xxx.xxx.206 as.cloud-test.wso2.com