Re: [EMAIL PROTECTED] Load balancing on Apache

2008-06-06 Thread André Warnier
Kirthi Narayan wrote: Hi All, We have two servers in different locations, We would like to share the load on this servers. This are my requirements ex: if any user checks the website www.fooo.com from California the request should go to California data center, if any user checks the website f

RE: [EMAIL PROTECTED] Load Balancing

2008-03-17 Thread Narendra Verma
In short All requests then go to app2. Narendra -Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 7:30 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Load Balancing On Mar 17, 2008, at 3:45 AM, Krist van Besien wrote: > W

Re: [EMAIL PROTECTED] Load Balancing

2008-03-17 Thread Sander Temme
On Mar 17, 2008, at 3:45 AM, Krist van Besien wrote: What would happen in this case were app1 dead. Would all requests then go to app2, or would half of all requests just fail? The former. And it'll pick the failed backend back up when it comes back online. S. -- Sander Temme [EMAIL PRO

RE: [EMAIL PROTECTED] Load Balancing

2008-03-17 Thread Narendra Verma
Hi Krist; There are two different options are available 1. Non clustered environment. (With sticky session on) In this type of configuration if any one application server would be down/failed then all sessions are created by this server would be destroyed. And all new coming requests would auto

RE: [EMAIL PROTECTED] Load balancing problem

2008-01-08 Thread Brendan . McKenna
d to users@httpd.apache.org To cc Subject RE: [EMAIL PROTECTED] Load balancing problem Hello there, Although I am not very experienced in using proxy_balancer, I did experiment with it a little bit a while ago. >From what I remember, it expects the route to be appended to the balanc

RE: [EMAIL PROTECTED] Load balancing problem

2008-01-08 Thread Axel-Stephane SMORGRAV
Hello there, Although I am not very experienced in using proxy_balancer, I did experiment with it a little bit a while ago. >From what I remember, it expects the route to be appended to the balancer >cookie value. In your example it is expecting a cookie of >JSESSIONID=K8zpkCtCy6l9Y91Q86bE

RE: [EMAIL PROTECTED] Load balancing

2007-10-18 Thread joy d
> Date: Thu, 18 Oct 2007 15:00:31 +0100 > From: [EMAIL PROTECTED] > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Load balancing > > Hi, > > I am using apache 2.x and want to start load balancing > between 2 servers. > Are you serving static pages or dynamic app mostly? for static pag

Re: [EMAIL PROTECTED] Load balancing

2007-10-18 Thread Neelam Kumar Sharma
You can use ProxyPass and ProxyPassReverse directives.. Thanks and Regards Neelam Kumar Sharma PSPL PUNE INDIA - Original Message - From: "Melanie Pfefer" <[EMAIL PROTECTED]> To: Sent: Thursday, October 18, 2007 7:30 PM Subject: [EMAIL PROTECTED] Load balancing > Hi, > > I am using

Re: [EMAIL PROTECTED] Load balancing question

2007-09-18 Thread Bj
Your jk_status seems to be ok but : 1) your perf mon tells that you are heavy loaded. If your cpu are hyperthread (HT) and if you have more than 50% of global cpu usage you can considere that you are not far from your max. Your loadaverage shows that you have lot of (too much ?) processes to handl

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
, 2007 11:01 AM Subject: Re: [EMAIL PROTECTED] Load balancing question I think you should use timeout ! It seems that your request take a long time to be computed by your tomcats. If you reach the max connections (http or ajp ) then you have to wait for tomcat response to free a connection

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread Bj
e lines vary only by the (tomcat5) being any of the tomcats in the > loadbalance. > > It seems like apache/tomcat/mod_jk are reaching the max number of > connections between each other or something? > > Any help would be GREATLY appreciated, > --James > > > > > &

RE: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread Gerhardus.Geldenhuis
--- Original Message - From: Bj <mailto:[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Saturday, September 15, 2007 5:17 AM Subject: Re: [EMAIL PROTECTED] Load balancing question What sa

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
tween each other or something? Any help would be GREATLY appreciated, --James - Original Message - From: James Sherwood To: users@httpd.apache.org Sent: Monday, September 17, 2007 9:12 AM Subject: Re: [EMAIL PROTECTED] Load balancing question Hello, I cannot get my mod

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
al Message - From: Bj To: users@httpd.apache.org Sent: Saturday, September 15, 2007 5:17 AM Subject: Re: [EMAIL PROTECTED] Load balancing question What says your mod_jk status page ? try to monitor during the load to see if your workers are in error or OK state, il the max busy

Re: [EMAIL PROTECTED] Load balancing question

2007-09-15 Thread Bj
t; Thanks, > James > > > - Original Message - > From: "AFrieze" <[EMAIL PROTECTED]> > To: > Sent: Friday, September 14, 2007 12:02 PM > Subject: Re: [EMAIL PROTECTED] Load balancing question > > > > > >> > >> We also have the

Re: [EMAIL PROTECTED] Load balancing question

2007-09-14 Thread James Sherwood
, James - Original Message - From: "AFrieze" <[EMAIL PROTECTED]> To: Sent: Friday, September 14, 2007 12:02 PM Subject: Re: [EMAIL PROTECTED] Load balancing question We also have the problem of once the load stops, the sites are still down but Apache/tomcats still se

Re: [EMAIL PROTECTED] Load balancing question

2007-09-14 Thread AFrieze
We also have the problem of once the load stops, the sites are still down but Apache/tomcats still seem to be running fine. A restart of either(not even both) fixes the sites. A guess Your apache server is not releasing connections. If you are running linux, type "netstat -vat" into a

Re: [EMAIL PROTECTED] Load Balancing using multiple network interfaces

2006-10-25 Thread Kenneth Svee
[ nocturnal ] > Hi > > I'm looking for a load balancing method where i can statically link > clients to a certain vhost or ip and have that ip send the reply > back to the client, so the traffic is going out on a different > interface or ip-address. > > So far i've setup Apache with two ip-address

Re: [EMAIL PROTECTED] Load Balancing with session count method

2006-09-21 Thread Steve Feehan
On Thu, Sep 21, 2006 at 02:32:15AM -0700, vadimsh wrote: > > Hi all , > > Is there any way to use balancing method based on session ? > > We need simple rule which look on session only and make sure that each > tomcat gets > equal number of session and ignore all other factors. > May be it's al