Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
JkMount /examples tomcat_a_worker
JkMount /examples/* tomcat_a_worker
Note

The above example uses tomcat_a_worker for the name of the worker. This name depends on what you value was used in your workers.properties file for worker.list. In this article we had two other examples,
ajp13_worker (if you went with the default generated workers.properties file) or loadbalancer (if you opted to follow the load balancer example).

...