Load Balancing Across Web Servers Only: Many-to-One Scenario - Application Server - English - Foundation 22.1 - OnBase - external

Application Server

Platform
OnBase
Product
Application Server
Release
Foundation 22.1
License

In this example, there are two Web Servers (AppNets) and two Application Servers (AppServer1 and AppServer2). Each AppNet directory resides on a separate machine, and both AppServer directories reside on another machine. Each AppNet directory communicates directly with a specific AppServer directory on ecmApp1. The load balancer, ecmWebServer, balances only traffic between the clients and AppNet directories. Traffic between the AppNet and AppServer directories is not load-balanced.

The Web.config settings for each AppNet directory are provided in the following table. Refer to the diagram above for more hostname information.

Machine

AppNet Web.config Setting

Value

ecmWeb1

ApplicationServer Url

http://ecmApp1/AppServer1/service.rem1

dmsVirtualRoot

http://ecmWebServer/AppNet

ecmWeb2

ApplicationServer Url

http://ecmApp1/AppServer2/service.rem

dmsVirtualRoot

http://ecmWebServer/AppNet

1 Depending on the configured ServiceClientType, the service extension may be .rem or .asmx.