Thanks for your two cents Luca, they are a pretty smart idea on how to
load balance thing in a expert way, however this is not a reality when
you work for a company that a thinking line as "do more with less", they
wont give me an extra nic for load balancing neither a third server...
my constr
hi,
This seems the correct way to do. The best way to do it is to use a balanced
ip.
In my setup I use the same http.conf and workers file on both of the server.
When one tomcat goes down the apache sends all the rest of the queries to
second node. When the apache goes down the load balancer, in
Thats the way my mod_proxy conf is right now
BalancerMember http://servera:8080/agent/ route=worker0 keepalive=On
loadfactor=1
BalancerMember http://serverb:8080/agent/ route=worker1 keepalive=On
loadfactor=1
ProxySet lbmethod=byrequests maxattempts=3
stickysession=JSESSIONID|jsessio
On Fri, 2010-08-27 at 09:17 -0300, Thiago Locatelli da Silva wrote:
> Hello list! :)
>
> Here at work I was asked to give a try on load balancing two tomcat
> servers running tomcat 6.0.29. The problem is that I was given only two
> servers to do this, what gave me only one option: run the apach
On 27.08.2010 19:22, Thiago Locatelli da Silva wrote:
Hi Rainer,
I followed your suggestions and it seems to be working, the load
balacing, now i need to look into why my application, created with gwt +
comet is not working. It seems that comet stopped working.
Any information about what the s
Hi Rainer,
I followed your suggestions and it seems to be working, the load
balacing, now i need to look into why my application, created with gwt +
comet is not working. It seems that comet stopped working.
Thanks
T
Rainer Jung escreveu:
On 27.08.2010 14:17, Thiago Locatelli da Silva wrot
My apache version is 2.2.3 as follow.
[r...@servera ~]$ httpd -version
Server version: Apache/2.2.3
Server built: Nov 10 2007 12:44:08
I will take a look at your suggestions and give a try. I will be further
posting my finding on this thread.
Thanks a lot Rainer
T
Rainer Jung escreveu:
O
On 27.08.2010 14:17, Thiago Locatelli da Silva wrote:
Hello list! :)
Here at work I was asked to give a try on load balancing two tomcat
servers running tomcat 6.0.29. The problem is that I was given only two
servers to do this, what gave me only one option: run the apache in one
of these server