Versions Compared

Key

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

...

  1. Edit <apache-installdir>/conf/httpd.conf
  2. Uncomment these lines to enable mod_proxy:
    1. LoadModule proxy_module modules/mod_proxy.so
    2. LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    3. LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
  3. Uncomment this line to enable the apache server performance monitor in balance-manager:
    1. LoadModule status_module modules/mod_status.so
  4. Add this line (Note this was added to the area of http.conf that has "Supplemental..")
    1. Include conf/extra/tomcatcluster.conf
  5. Create file 'named tomcatcluster.conf' in <apache-installdir>/conf/extra with the following lines:

...