Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 in loadbalancer.conf and map the host to the IP address of the ELB. For example, you would add the mgt sub-domain to loadbalancer.conf as follows:

    Code Block
    languagehtml/xml
    titleloadbalancer.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
    languagenone
    title/etc/hosts file
    xxx.xxx.xxx.206 management.as.cloud-test.wso2.com 
    xxx.xxx.xxx.206 as.cloud-test.wso2.com