Newbie Load balancing Question

2004-06-28 Thread Balaji Varanasi
Hello All, I am really sorry for asking this question. I looked in the archives but I couldn't get any answer. I will appreciate if someone can help me. I have Apache 2 and tomcat 4.1 running on a machine (Server 1). I could successfully connect them using jk2. Now I am trying to load balance

RE: Load balancing question

2004-06-25 Thread Kommuru, Bhaskar
: Thursday, June 24, 2004 11:25 PM To: 'Tomcat Users List' Subject: Load balancing question Hello All, First of all, thanks Oliver and Mark for your assistance. I will follow your suggestion and see if it works. I have a question about Load balancing and I am writing this after a lot

Load balancing question

2004-06-24 Thread Balaji Varanasi
Hello All, First of all, thanks Oliver and Mark for your assistance. I will follow your suggestion and see if it works. I have a question about Load balancing and I am writing this after a lot of frustration. I am trying to load balance Apache2 and 2 tomcat 4.1 servers. But I couldn't find any

Re: mod_jk load balancing question

2004-01-20 Thread David Rees
Rahul Kuchhal wrote, On 1/19/2004 3:25 PM: Hi! I have a question about the load balancing capabilities of JK connector. If this is not the correct forum to ask this please let me know. We have been using a single apache load balanced equally between two Tomcat machines, using JK connector. Now

mod_jk load balancing question

2004-01-19 Thread Rahul Kuchhal
Hi! I have a question about the load balancing capabilities of JK connector. If this is not the correct forum to ask this please let me know. We have been using a single apache load balanced equally between two Tomcat machines, using JK connector. Now during load tests on one of the installation

Load Balancing Question?

2003-06-12 Thread Michael Cardon
I would like to setup a 'session' type of load balancing using apache2 and two or three instances of tomcat41. This setup routes each request to a different tomcat instance. In mywebapp, once a person has logged in, I need each additional request in that users session to stay with the same

RE: Load Balancing Question?

2003-06-12 Thread Michael Cardon
, 2003 11:41 AM To: [EMAIL PROTECTED] Subject: Load Balancing Question? I would like to setup a 'session' type of load balancing using apache2 and two or three instances of tomcat41. This setup routes each request to a different tomcat instance. In mywebapp, once a person has logged in, I need each

Re: Tomcat load estimates/load balancing question

2002-06-12 Thread Cammy Ng
(AJP13) fix the deadlock. Thanks - Original Message - From: Lucy Marney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 9:05 PM Subject: Tomcat load estimates/load balancing question Hi all, I have a quick question regarding the estimated load of Tomcat 4.0

Re: Tomcat load estimates/load balancing question

2002-06-12 Thread Tim Funk
The bug is on occurs when a web browser does not POST the enough data. Apache is OK - but tomcat does not detect this error and goes into an infinite loop and takes the httpd process along for the ride. This is fixed in 4.0.4b3. -Tim Cammy Ng wrote: Hi Be careful on mod_jk, apache1.3.x

Tomcat load estimates/load balancing question

2002-06-11 Thread Lucy Marney
Hi all, I have a quick question regarding the estimated load of Tomcat 4.0 - running behind Apache 1.3.22, using the WARP connector, and both on the same machine (Linux). I have read alot about the inability of mod_webapp to do serious load balancing - I've gathered that production-style