Load Balancing Across Web Servers Only: Split-Server (Dual) Scenario - Application Server - English - Foundation 22.1 - OnBase - external

Application Server

Platform
OnBase
Product
Application Server
Release
Foundation 22.1
License

In this example, the Web Server (AppNet) and Application Server (AppServer) reside on separate machines. The load balancer, ecmWebServer, balances only traffic between the clients and AppNet. On ecmWeb1, AppNet communicates directly with the AppServer on ecmApp1. On ecmWeb2, AppNet communicates directly with the AppServer on ecmApp2. 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/AppServer/service.rem1

dmsVirtualRoot

http://ecmWebServer/AppNet

ecmWeb2

ApplicationServer Url

http://ecmApp2/AppServer/service.rem

dmsVirtualRoot

http://ecmWebServer/AppNet

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