Show TOC

Example documentationCluster Configuration: Example Configurations Locate this document in the navigation structure

 

The following are examples of cluster configurations.

Features

Single Service Cluster

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)

Multi-Service Cluster

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)