On 18.02.2009 01:40, Mohit Anchlia wrote:
Is there a way to verify if mod_jk is load balancing properly among
given live servers

As pointed out by others, you can use the status worker.

You can also add access logs to the backends, and check, how much traffic each of those accumulates.

Finally you can also add a log note to your LogFormat in Apache, showing accumulated backend access counts in each access log line.

Keep in mind, that session stickyness and perfect load balancing are a trade-off.

Regards,

Rainer

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

Reply via email to