API Portal 10.7 | webMethods API Portal for Administrators | Configuring API Portal | Considerations for Machines with Multiple Network Interfaces | Reconfiguring the Loadbalancer in case of a DMZ or Reverse Proxy Setup | Reconfiguring the Loadbalancer Settings
 
Reconfiguring the Loadbalancer Settings
1. Start the ACC.
2. At the command line, type show instance loadbalancer_s to see the current configuration settings of the load balancer component.
ACC+ localhost>show instance loadbalancer_s
3. Stop the load balancer component.
stop loadbalancer_s
4. Reconfigure the following loadbalancer settings for redirect as required:
*HTTPD.servername parameter to redirect to the proxy server IP. You can change it by using the reconfigure command as follows:
reconfigure loadbalancer_s +HTTPD.servername=<reverse_proxy_Address>
*Disable the automatic redirection using the following command:
reconfigure loadbalancer_s +HTTPD.RewriteEngine=off
5. Change the value of the zookeeper.application.instance.host parameter and specify the proxy server IP address:
reconfigure loadbalancer_s zookeeper.application.instance.host ="<reverseproxy_address>"
6. Start the load balancer component:
start loadbalancer_s