Re: response goes through load balancer?

2008-05-09 Thread Hassan Schroeder
On Fri, May 9, 2008 at 6:51 AM, Christopher Schultz [EMAIL PROTECTED] wrote: | there is only one IP for the domain in DNS. How to set up DNS for the | purpose? Google for round-robin DNS. That will only work if you have multiple IPs assigned... -- Hassan Schroeder

Re: response goes through load balancer?

2008-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, Hassan Schroeder wrote: | On Fri, May 9, 2008 at 6:51 AM, Christopher Schultz | [EMAIL PROTECTED] wrote: | | | there is only one IP for the domain in DNS. How to set up DNS for the | | purpose? | | Google for round-robin DNS. | | That will

Re: response goes through load balancer?

2008-05-08 Thread Felix Schumacher
On Thu, May 8, 2008 6:16 am, Dave wrote: Hi, I am using Apache mod JK as load balancer for tomcat instances. Tomcat instances are on the different machines with public IP addresses. Will the HTTP responses go back to the Apache load balance? If so, it will slow down the response. how to

Re: response goes through load balancer?

2008-05-08 Thread Dave
Hi Felix, Thank you for your help. One apache in the front end as load balancer is not sufficient for heavy traffic. If I use two apaches in the front, how to use DNS to load balancing Apaches? That is, some requests go to Apache1, and the others go to Apache2. For example, for

response goes through load balancer?

2008-05-07 Thread Dave
Hi, I am using Apache mod JK as load balancer for tomcat instances. Tomcat instances are on the different machines with public IP addresses. Will the HTTP responses go back to the Apache load balance? If so, it will slow down the response. how to instruct tomcat not to send response to Apache?