If you install and operate the Distributed Action Handler as a Standalone component, you must create a [DistributedEngine
N
]
section for each of the IDOL servers or other child servers that the Distributed Action Handler communicates with, in which you can specify the server configuration details. See Child Server Configuration Parameters.
Note: You must set the DistributedEngines parameter in the [Server]
section to the number of distribution child servers you create.
For example:
[DistributedEngine0] Host=testserver1 Port=9000 Type=IDOL [DistributedEngine1] Host=testserver2 Port=9920 Type=K2 [DistributedEngine2] Host=testserver3 Port=210 Type=Z39.50 DefaultRelevance=80 RequiresAuthentication=TRUE QueryFormat=PQF ResponseFormat=XML
Note: This configuration for the Distributed Action Handler distribution child servers is not used for IDOL integrated Distributed Action Handler.
|