You can configure high availability setups to provide uninterrupted and reliable access to Command Center operations.
Before You Begin
Get the right hardware for the Web Server and Command Center hosts.
- 
For a list of supported platforms, see the following pages:
 - 
For sufficient hardware requirements for the Web Server, see CommCell Sizing.
 - 
Set up a load balancer software. For example, NetScaler.
 
Procedure
- 
In your CommCell environment, install two Web Servers and two Command Centers.
Verify that Command Center1 points to Web Server1 and Command Center2 points to Web Server 2.
 - 
Configure a common domain name on your load balancer software to access the Command Centers.
 - 
Set up rules on your load balancer software to allow sticky sessions (also called as session affinity and persistent sessions) for the two Command Centers.
Note
The load balancer will access the Command Centers through ports 443 (https) and 80 (http).
If the load balancer is using SSL offloading, on each Command Center, update the connector port configuration in the Software_Installation_Directory\Apache\Conf\server.xml file:
- 
Optional: Modify the
serverattribute to reflect the Command Center server used during the user session. - 
To allow your SSL setup work, configure
scheme,secure,proxyPort, andproxyNameattributes. These attributes force Tomcat to reply in HTTPS on any HTTP requests.<Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="443" server="CV WC1" compression="on" noCompressionUserAgents="gozilla,traviata" compressionMinSize="500" compressableMimeType="text/html,text/json,application/json,text/xml,text/plain,application/javascript,text/css,text/javascript,text/js" useSendfile="false" scheme="https" secure="true" proxyPort="443" proxyName="the.loadbalancer.fqdn" /> 
 -