Go to new doc!

+49 228 5552576-0


info@predic8.com

node

Description

Can be used in

bean and cluster

Syntax

				<node host="string" port="integer" />
			
Listing 1: node Syntax

Sample

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

Attributes

Name Required Default Description Example
host true - The node's host. server3
port false 80 The node's port. 8080