Go to new doc!

+49 228 5552576-0


info@predic8.com

clusters

Description

Can be used in

balancer and bean

Syntax

				<clusters>
					<cluster >*
				</clusters>
			
Listing 1: clusters Syntax

Sample

				<balancer>
					<clusters>
						<cluster name="Default">
							<node host="node1.predic8.com" port="8080" />
							<node host="node2.predic8.com" port="8090" />
							<node host="node3.predic8.com" port="8100" />
						</cluster>
					</clusters>
				</balancer>
			
Listing 2: clusters Example

Child Elements

Position Cardinality Description Element
1 0..* A list of clusters. cluster