Thanks for replying,
I configured it earlier 'balancer-manager'
But it does not give complete info related what I want exactly.
Means I want currently which server (worker) has how much load?

Any suggestions are welcome.
Narendra


-----Original Message-----
From: Serge Dubrouski [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 6:25 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] How to know the status of backend server(worker)
running in loadbalancing environment (With mod_proxy_loadbalancer)

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]



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