4.3.6 Assigning Machine-Specific Properties
The nodes in a cluster all share a common server repository (see Server Clustering Procedure), and hence all share a common properties file, sree.properties, located in the common repository.
To individually assign server properties to specific machines in a cluster, follow the steps below:
1. Add the property sree.local.properties to the common sree.properties file. This property should specify the location of a local properties file on each machine. For example:
sree.local.properties = C:\myLocal.properties
2. Create a corresponding properties file with the specified name and location on each machine, e.g., C:\myLocal.properties.
When each server in the cluster loads its properties, it will first load properties from the common sree.properties file, and then load any additional properties from its own local properties file, e.g., C:\myLocal.properties.
| << 4.3.5 Defining the Cluster Nodes | © 1996-2013 InetSoft Technology Corporation (v11.5) | 4.3.7 Using a Clustered Environment >> |