This documentation is for WSO2 API Manager 2.0.0. View documentation for the latest release.
||
Skip to end of metadata
Go to start of metadata

In a typical production environment, you set up the different API Manager components (API Publisher, Store, Gateway, Key Manager and Traffic Manager) in separate servers so that you can scale them independently. You also install multiple instances of a component in a cluster to ensure proper load balancing. When one node becomes unavailable or is experiencing high traffic, another node handles the requests.

 

Using email address as the username while clustering APIM

To enable using your email(e.g. [email protected]) as your username when clustering APIM and IS, while doing master configurations, do the following.

Go to <APIM_HOME>/repository/conf/api-manager.xml. In the DataPublisher section under ThrottlingConfiguration section specify the username as [email protected]@carbon.super. api-manager.xml accepts only configurations for the super tenant.

<Username>[email protected]@carbon.super</Username>

For more details see Using Email Address as the Username.

 

 


  • No labels