Load Balancing Across Multiple Application Servers - Mobile Applications Broker Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Mobile Applications Broker Server

Platform
OnBase
Product
Mobile Applications Broker Server
Release
Foundation 23.1
License
Standard
Essential
Premier

When a load balancer is placed between the Mobile Applications Broker Server and Application Server, you must update the Mobile Applications Broker Server 's Web.config file. The following steps describe how to modify the ApplicationServer element to allow the Mobile Applications Broker Server and Application Server to communicate through a load balancer.

  1. In the Mobile Applications Broker Server 's Web.config, locate the ApplicationServer element.
  2. For the Url attribute, specify the load balancer's hostname. For example, if the load balancer is named AppLoadBalancer, then the Url would resemble the following:
    http://AppLoadBalancer/AppServer/Service.asmx
  3. Change the extension at the end of the Url to .asmx, as shown in the previous step.
  4. Set the ServiceClientType attribute to SOAP.

    When you are finished, the ApplicationServer element should resemble the following:

    <ApplicationServer Url="http://AppLoadBalancer/AppServer/Service.asmx" ServiceClientType="SOAP">

<ApplicationServer Url="http://AppLoadBalancer/AppServer/Service.asmx" ServiceClientType="SOAP">