On Wed, Mar 19, 2008 at 1:26 AM, Narendra Verma
<[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi experts,
>
>
>
> I setup my environment like this :
>
>
>
>                                                            ----------------
> tomcat1
>
> Client            ------       apache        ------
>
>                                                            ----------------
> tomcat2
>
>
>
>
>
> Here I setup backend servers in loadbalancing environment using with
> mod_proxy_loadbalancer.
>
> I want to know that which tomcat server is holding how much load currently?
> (related to all about worker status)

Actually that depends on how you configured your LoadBalancer, see
loadfactor parameter.
>
> Is there any utility or tool available to know about it in apache.

Apache has balancer-manager handler that can give you some limited
information about balancer memebers. You can configure it like that:
  <Location /balancer-manager>
    SetHandler balancer-manager
    Order allow,deny
    Allow from 127.0.0.1
  </Location>


>
> I am using Apache2.2.8 mod_proxy2.2.8 with tomcat5.5.
>
>
>
> If any body can help me , suggestions are welcome.
>
>
>
> Narendra



-- 
Serge Dubrouski.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to