On 06.02.2009 00:34, Christopher Schultz wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Mohit,
Mohit Anchlia wrote:
1. Does apache read worker.properties dynamically? So if I change
worker.property would it be dynamically read by mod_jk.
mod_jk will not reload the workers.properties file, but if you use a
separate mappings file, and you have mod_jk version 1.2.20 or later, you
can use the JkMountFileReload directive and have it reload that at
intervals. See
http://tomcat.apache.org/connectors-doc/reference/apache.html for more
details.
To avoid confusion: JkMountFilereload is for the JkMountFile not
JkWorkersFile (i.e. uriworkermap.properties instead of workers.properties).
Having a dynamic workers.properties would be nice too, but initalizing
the workers is much more deeper down in the stack, so doing it
dynamically is harder than just switching to a new mounting map.
Maybe some day ...
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org