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