Cluster Configuration: Example Configurations 
The following are examples of cluster configurations.
The simplest cluster configuration involves only one service.
Setting |
Description |
Cluster Identity |
cluster.singlemachine |
Display Name |
Single-Machine Cluster |
Hostname |
sourcing30.frictionless.com |
Members |
sourcing30.frictionless.com (MyAppServer) |
A multi-service cluster involves at least two services. In the configuration shown below, external requests for http://server.mydomain.com get redirected through local director to either http://server1.mydomain.com or http://server2.mydomain.com. The application then redirects the request back through the client as SSL requests, directly to either server1 or server2, based on the load-balancing algorithm provided with the cluster.
Setting |
Description |
|---|---|
Cluster Identity |
cluster.multimachine |
Display Name |
Multi-Machine Cluster |
Hostname |
server.mydomain.com |
Enable load balancing on this cluster |
Selected |
Force Redirect to Use SSL instead of incoming Protocol |
Selected |
Port |
443 |
Members |
server1.mydomain.com (MyAppServer1) server2.mydomain.com (MyAppServer2) |