...
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:Code Block language html/xml title loadbalancer.conf esbappserver { 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:Code Block language none title /etc/hosts file xxx.xxx.xxx.206 management.as.cloud-test.wso2.com xxx.xxx.xxx.206 as.cloud-test.wso2.com