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 it will continue to the next worker specified in the WORKERS property until a worker is active or there are no more specified workers and the dispatcher will fail. The dispatcher will not continue to the next worker if the worker is offline due to the crypto token being disabled, and it will instead fail at that worker.

This dispatcher can be useful if you want to have one worker to call that forwards the request to any of the configured workers that has a valid certificate etc.

Available Properties

PropertyDescription
WORKERS Comma separated list of workerNameS to try to forward requests to.