Load Balancing Documentation

2008-07-24 Thread Alex Melnik
Hi, We are trying to load balance ofbiz running on 2 servers. The keep alive test is done by pinging a status.html file from content switch. But it seems that ofbiz filters anything and everything not defined by the controllers into the home page. I can't seem to find info on how to set up

Re: Load Balancing Documentation

2008-07-24 Thread Adrian Crum
https://localhost/webtools/control/ping Alex Melnik wrote: Hi, We are trying to load balance ofbiz running on 2 servers. The keep alive test is done by pinging a status.html file from content switch. But it seems that ofbiz filters anything and everything not defined by the controllers

Re: Load Balancing Documentation

2008-07-24 Thread Alex Melnik
So how would you take the server out of deployment group without bringing the server down? It seems the PONG is returned by CommonServices.java. Thanks, Alex Adrian Crum [EMAIL PROTECTED] 7/24/2008 12:48:01 PM https://localhost/webtools/control/ping Alex Melnik wrote: Hi, We are

Re: Load Balancing Documentation

2008-07-24 Thread Adrian Crum
I'm not an expert on load balancing, but it seems to me if the load balancer can't get a reply from the server, then it should stop using it until it does. -Adrian Alex Melnik wrote: So how would you take the server out of deployment group without bringing the server down? It seems the PONG