Configure Cluster Members General Properties

Application servers general properties

The configurable properties are:

  • Run in development mode
  • Parallel start
  • Start components as needed

By default these properties are set to the next values:

developmentMode="false"
parallelStartEnabled="true"
provisionComponents="false"

These values can be overridden in the specific .py configuration file.

Specifying single values for different cluster members

The next structure can also be used in case different cluster members need different configuration:

developmentMode_1="false"
parallelStartEnabled_1="true"
provisionComponents_1="false"
...
developmentMode_N="false"
parallelStartEnabled_N="true"
provisionComponents_N="false"

Being N the maximum number of cluster members, never greater than clusterCount. If certain number is not set, the default values will be used.