Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-07 Thread Pratapani
Thanks for the reply. Is there a document or link that you can share to get session persistence using F5 and tomcat. Daniel Ruggeri wrote: > > On 4/6/2012 5:52 PM, Pratapani wrote: >> Thanks for the replies. >> We are going to use "F5" for load balancing the Tomcat instances. As >> mentioned al

Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-06 Thread Daniel Ruggeri
On 4/6/2012 5:52 PM, Pratapani wrote: > Thanks for the replies. > We are going to use "F5" for load balancing the Tomcat instances. As > mentioned all the machines will share the same VIP. > No Apache HTTP server for now !! > > I was able to use the session replication ( PersistenceManager) on tomc

Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-06 Thread Pratapani
Thanks for the replies. We are going to use "F5" for load balancing the Tomcat instances. As mentioned all the machines will share the same VIP. No Apache HTTP server for now !! I was able to use the session replication ( PersistenceManager) on tomcat along with Apache HTTP server. I have to che

Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-06 Thread Daniel Ruggeri
On 4/6/2012 10:34 AM, Pratapani wrote: > Thanks for the reply. > I have used the mod_proxy . Changed the httpd.conf to have 2 tomcat > instances in cluster. > > BalancerMember ajp://127.0.0.1:8009 min=10 max=100 route=node1 loadfactor=1 > BalancerMember ajp://127.0.0.1:8019 min=20 max=200 route=no

Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-06 Thread Pratapani
Thanks for the reply. I have used the mod_proxy . Changed the httpd.conf to have 2 tomcat instances in cluster. BalancerMember ajp://127.0.0.1:8009 min=10 max=100 route=node1 loadfactor=1 BalancerMember ajp://127.0.0.1:8019 min=20 max=200 route=node2 loadfactor=1 Tomcat clustering works perfect.

Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-05 Thread Tom Evans
On Thu, Apr 5, 2012 at 1:22 AM, Pratapani wrote: > > Hi, > > Greetings !! > > I am writing this after lot of googling. I could not get a direct answer in > my searches. > As I  don't have a more time to do R&D, I am sending this mail for a quick > solution. > > I sucessfully did the following : >

Re: [users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-04 Thread Igor Cicimov
I have done this with mod_jk but the tomcats were not clustered. Ive seen a thread here using mod_proxy_balancer and tomcat cluster but OP was saying that broke the tomcat session replication somehow. What have you exactly tried till now? There is more than one way to achive this. On Apr 5, 2012 1

[users@httpd] How to set up 2 or more machines running HTTPD instances to serve a same request ( in a load balanced fashion).

2012-04-04 Thread Pratapani
Hi, Greetings !! I am writing this after lot of googling. I could not get a direct answer in my searches. As I don't have a more time to do R&D, I am sending this mail for a quick solution. I sucessfully did the following : I am able to have one HTT