Setting the Worker Type
HydraExpress supports the following worker types:
*An ajp13 worker communicates with the Agent over the AJP13 protocol. This is the recommended protocol for communicating with the Agent. Configuring AJP13 Workers describes ajp13 workers.
*An lb worker load balances requests to other workers.
To set the type of a worker, use the syntax worker.name.type=<workertype>. For example, the line below declares the worker with the name container1 to be of type ajp13:
 
worker.container1.type=ajp13