On Tue, 2009-02-17 at 16:40 -0800, Mohit Anchlia wrote:
> Is there a way to verify if mod_jk is load balancing properly among
> given live servers

Yes - look at the logging for mod_jk, and the logging for the tomcat
servers. You may need to increase the log level of mod_jk to get the
info you need.

There is also the status worker. Details for configuration and viewing
the status of your lb status worker are here:

http://tomcat.apache.org/connectors-doc/generic_howto/workers.html

You can also monitor the TCP connections between your webserver and
tomcat servers using netstat or similar.

Cheers, Ben

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


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

Reply via email to