Versions Compared

Key

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

...

  1. Open the <ELB_HOME>/repository/conf/loadbalancer.conf file.
  2. Locate the ESB configuration and edit it as follows:

    Code Block
    languagehtml/xml
    esb {
      domains{
         wso2.esb.domain {
            tenant_range *;
            group_mgt_port 4500;
            mgt {
                    hosts mgt.esb.wso2.com;
            }
            worker {
                    hosts esb.cloud-test.wso2.com;
            }
         }
       }
    }

...