-----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.

> 2. Does mod_jk check if the system is up and running before forwarding
> that request to the server configured in worker.properties file?

Configurations with failover have ways of picking only running Tomcat
instances on the backend. If you are not doing any clustering, you'll
get a 500 Internal Server Error and a log message saying that Tomcat
couldn't be contacted.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmLd2gACgkQ9CaO5/Lv0PA/rwCfZrUFY40ZkSpaA7zjywQyUzkd
YYgAnj8RmUwksj3Wr2T8O4qXDrSbvsSV
=Z6AH
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to