[IDOLServerN] Section

Use this section when you are using a unified configuration with the Distributed Action Handler and Distributed Index Handler components for a distributed setup. In this case, you configure DAH and DIH in the unified configuration file, and distribute actions to child Content components.

Each [IDOLServerN] section define the host and port of a child Content component that the DAH and DIH communicate with.

Use this section to define the child server configurations when you use [DistributionIDOLServers] and use the same child severs for DAH and DIH.

You must number child server sections in consecutive order, starting from 0 (zero).

For example:

[DistributionIDOLServers]
Number=2

[IDOLServer0]
Host=localhost
Port=9010

[IDOLServer1]
Host=1.23.45.6
Port=9010