Cisco Cisco Process Orchestrator 3.0 Installation Guide

Page of 62
4-5
Cisco Process Orchestrator Installation Guide
OL-24931-02
Chapter 4      Configuring a High Availability Environment
  Balancing Client Connection Loads
For example:
Figure 4-5
Web Console Location
b.
Copy the Web Console URL, which is now using load balancer URL in the environment properties 
dialog, into your browser and confirm that the Web Console is displayed properly.
c.
On each server, confirm that IIS authentication for the 
orchestratorwebconsole
 web site and 
OrchestratorWebConsole
 application under it is set to only use basic authentication and ASP.NET 
Impersonation. 
Figure 4-6
IIS Authentication
d.
Using an ASCII text editor, edit the file C:\Program Files\Cisco\Process 
Orchestrator\WebConsole\Web.config:
  –
In the <system.web> section, verify <authentication mode=”Windows” /> and <identity 
impersonate=”true” />.
  –
In the <appsettings> section, set <add key=”WebServiceUris” value=”the load balancer’s URL” 
/>.