FirstActiveDispatcher
Fully qualified class name: org.signserver.server.dispatchers.FirstActiveDispatcher.
Overview
Dispatches the request to the first of the configured workers that has an active Crypto token. 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.
This 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.
Available Properties
Property | Default | Description |
|---|---|---|
WORKERS | None | Comma separated list of worker names to try to forward requests to. |