[EMAIL PROTECTED] Load balancing with Axis web app.

2008-10-13 Thread Narendra Verma
Hi, I want to load balance web services (using axis) with Apache2.2.8 /tomcat(as backend). Please can any body give the idea regarding. All comments are welcome. Thanks Narendra NOTE: This message may contain information that is confidential, proprietary,

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

[EMAIL PROTECTED] Load balancing on Apache

2008-06-05 Thread Kirthi Narayan
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 from Detroit the request sh

[EMAIL PROTECTED] load balancing and ProxyTimeout

2008-05-19 Thread Eric Bowman
Hi, I'm using httpd 2.2.8 to load balance across a cluster of JBoss servers. One of the linux boxes hosting a JBoss server effectively crashed. We're not sure exactly what happened, but the symptom was that you could open a socket (to port 22, or the JBoss HTTP port), but nothing would ever

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
more configuration related help so please let me know!! Ok bye and tc. Narendra -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 4:15 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Load Balancing I have a short question about

[EMAIL PROTECTED] Load Balancing

2008-03-17 Thread Krist van Besien
I have a short question about mod_proxy_loadbalancer. I haven't used this yet, and am investigating if this module is worth upgrading our servers to 2.2 for. I currently use an apache server to forward requests to a backend application server. For performance reasons we want to add another applica

[EMAIL PROTECTED] Load balancing query.

2008-02-25 Thread olivier giorgi
Hello to all, 1) With Apache 2.2.4 the following statefull load balancing syntax is correct: SetEnvIf ^Cookie$ "MYCOOKIE=([^ ;]*)" MYCOOKIE=$1 Header add Set-Cookie "MYCOOKIE=%{UNIQUE_ID}e.%{BALANCER_WORKER_ROUTE}e; path=/" env=!MYCOOKIE ProxyPass /RootURI balancer://Cluster stickysession=MYC

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
ject. -ascs De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 8 janvier 2008 13:06 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Load balancing problem Hi, I am running httpd version 2.2.6 on Windows XP SP2. I am trying to use sticky sessions to ro

[EMAIL PROTECTED] Load balancing problem

2008-01-08 Thread Brendan . McKenna
Hi, I am running httpd version 2.2.6 on Windows XP SP2. I am trying to use sticky sessions to route users to a server, based on the value of the JSESSIONID cookie in their request. While the load balancing does appear to work, the sticky sessions don't appear to be working. My confi

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 d

Re: [EMAIL PROTECTED] RE: [SPAM] - [EMAIL PROTECTED] Load balancing - Email found in subject

2007-10-18 Thread Jim Jagielski
; From: Melanie Pfefer [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 10:01 AM > To: users@httpd.apache.org > Subject: [SPAM] - [EMAIL PROTECTED] Load balancing - Email found in subject > > Hi, > > I am using apache 2.x and want to start load balancing > be

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 >

[EMAIL PROTECTED] RE: [SPAM] - [EMAIL PROTECTED] Load balancing - Email found in subject

2007-10-18 Thread jmacaranas
Try visiting this site: www.danga.com/perlbal/ --> perlbal -Original Message- From: Melanie Pfefer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 10:01 AM To: users@httpd.apache.org Subject: [SPAM] - [EMAIL PROTECTED] Load balancing - Email found in subject Hi, I am us

[EMAIL PROTECTED] Load balancing

2007-10-18 Thread Melanie Pfefer
Hi, I am using apache 2.x and want to start load balancing between 2 servers. do I need a third-party tool? or do i only need to use --enable-proxy-balancer to enable Load balancing? could you please shed some light on how to use this feature in apache?? thx

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

[EMAIL PROTECTED] Load balancing question

2007-09-14 Thread James Sherwood
Hello, We are currently trying to increase the amount of hits our system can handle without buying hardware loadbalancers etc. Our current setup is: Server 1: Apache, DB, 2 Tomcats Server2: 1 Tomcat Server3: 2 Tomcats We use the apache on server 1 to loadbalance across all tomcats using modj

[EMAIL PROTECTED] Load Balancing Issue in nofailover mode with jboss

2007-07-10 Thread vasanthakumar Lakshmanan
Hi All, I am having problem in Load Balancing with Apache 2.2.4, my server setup and problem statements are as follows, I have two machines [Box1 and Box2] having Jboss4.2 GA with two server instances [TestAdmin and Test] in both boxes. All the server instances are in cluster. In addition, I hav

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

[EMAIL PROTECTED] Load Balancing using multiple network interfaces

2006-10-25 Thread 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-addresses in vhosts but each i

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

[EMAIL PROTECTED] Load Balancing with session count method

2006-09-21 Thread vadimsh
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 already exist somewhere or you can suggest how to make it easy Thanx ! -- V

[EMAIL PROTECTED] Load balancing Apache

2006-08-04 Thread patric
Hey guys, New to the list, so hi :-) I am considering using mod_backhand to load balance a few servers, and was wondering if anyone had any experience using it, and whether they would recommend it, or had any particular problems, or if there are any other solutions you might be able to sugges

[EMAIL PROTECTED] load balancing method

2006-07-26 Thread Fabricio Luiz Machado
Hi all! I have an application hosted in two servers: https://server1.mydomain.com/app_name https://server2.mydomain.com/app_name The client have a system (not a browser) that must access the application and send username and password through a POST method. How can I did a load balancing in th