What are mod_jk workers?
A worker is a tomcat instance that serves servlet requests coming from the web server. In most cases there is only a single worker (the one and only tomcat process) but sometimes you will run multiple workers to achieve load balancing or site partitioning. Each worker is identified to the web server by the host where it is located, the port where it listens and the communication protocol used to exchange messages.