Troy Simpson wrote:

How does Apache2 find the workers.properties file?

According to page 245 of "Professional Apache Tomcat 5", it says:

"These settings provide detailed information about the configuration
setup to Apache2, including the location of the workers2.properties
file and the debuggin level of the config component."

# config settings
[config]
file=<APACHE2_HOME>\conf\workers2.properties
level=INFO
debug=1

How can Apache2 find the workers2.properties file if its location of
the workers2.properties file is inside the workers2.properties file?



:-) A good point.

That entry in workers2.properties should be mostly informational. If you're placing that file some place other than default or you wish to make absolutely sure where it's located, use Apache directives for mod_jk2:

<IfModule mod_jk2.c>
   JkSet config.file=/usr/opt/Apache-Mod_JK2/conf/workers2.properties
</IfModule>

That is what I place in my httpd.conf (or in my setup, ${ServerRoot}/add-on/jk2.conf)

Nix.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to