Load Balancing Across Multiple Application Servers - Application Server - English - Foundation 22.1 - OnBase - external

Application Server

Platform
OnBase
Product
Application Server
Release
Foundation 22.1
License

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

  1. In the AppNet 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. If a load balancer is placed between the Web Server and Application Server, ensure the following conditions are met:

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