Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Major bug. The JkMount order was backwards.

...

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

Note that examples is written twice, the reason for this is so that it will recognize the command the same if the person enters /examples or /examples/etc

...