First Active Dispatcher
The First Active Dispatcher dispatches the request to the first of the configured Workers that has an active Crypto Token.
Fully qualified class name: org.signserver.server.dispatchers.FirstActiveDispatcher.
Overview
If a Worker is offline, the Dispatcher continues to the next Worker specified in the WORKERS property until a Worker is active. If there are no more specified Workers, the Dispatcher fails.
The First Active Dispatcher can be useful if you want to have one Worker to call which forwards the request to any of the configured Workers that has a valid certificate.
The Dispatcher does not continue to the next Worker if a Worker is offline due to the Crypto Token being disabled. Instead, the Dispatcher fails at that Worker.
To download a sample configuration file for this Worker, see Sample Worker Configurations.
Available Properties
Property | Default | Description |
|---|---|---|
WORKERS | None | Comma separated list of Worker names to try to forward requests to. |