Page tree

Versions Compared

Key

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

...

In our Enterprise environments we currently only use the tried and true Apache Tomcate Tomcat Connector.

The Apache Tomcat Connector is often called by its binary file mod_jk which I will use from this point onwards.

...

To keep the example simple I have not added load balance support yet. If you want load do load balancing with a second tomcat instance, a simple configuration would look like this,

...

In the situation where jkmount is using a wildcard as a context root for example ofbiz an (I don't presonally recommend this approach) an exclude can be added to stop jkmount from affecting the directory.

...

Note

This option is not recommended but in some situations is required

 


Resources

http://www.gustavomejia.com/blog/2008/03/02/1204455261015.html - seems to have decent instructions using ubuntu apt-get to set up mod_jk. Don't understand the java_home thing though.

...