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 |