-
Feature Request
-
Resolution: Done
-
Major
-
7.0.0.ER6
Where
Configuration Guide
Revision: 8005143
1. ch.: 17.8.1. Configure mod_jk in Apache HTTP Server / 1. Configure the mod_jk module.
2. ch.: 17.8.1. Configure mod_jk in Apache HTTP Server / 2. Configure the mod_jk worker nodes.
3. ch.: 17.8.1. Configure mod_jk in Apache HTTP Server / 3. Optionally, specify a JKMountFile directive.
Problem
The sentence in note contains path HTTPD_HOME/httpd/conf.d/CONFIG.sample and in sentence below contains HTTPD_HOME/httpd/conf.d/CONF but it is not true for all platforms.
CONFIGs are (see section where):
- mod_jk.conf
- workers.properties
- uriworkermap.properties
For instance Solaris would have path jbcs-httpd24-2.4/etc/httpd/conf.d/CONFIG.sample in case of Jboss Core Services product.
Solution
Replace incorrect path with conf.d/CONFIG.sample and conf.d/CONFIG. It will be not so precise but it will be general and undestandable enough.
EDIT: Please make sure that the approach applied here is unified with JBEAP-3764