• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Axis Web Service on Apache/Tomcat

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an apache server load balancing two tomcats. I do not want clustering as serializing axis1.4 application is complex. I don't mind loosing existing session if one tomcat goes down. Sticky session is not an option as Axis Web Service clients do not accept cookies. My web services are stateless and in pure load balance situation 50:50, I loose request as load is shared.

If I can load balance two tomcats in 100:0 using Apache load balancer, then I will have Master Slave operation on two tomcats.

Is this possible? Apache balance manager does not allow me to set 100:0 load. Is there a work around? How can I configure Apache/Tomcat in Master Slave mode and keep Slave inactive until Master goes down?

Please help...
 
Pratap Chatterjee
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was really hoping that someone will be able to help... But I am not that lucky sadly. (no one answered).

Can someone please tell me how to configure Apache for a Master Slave setup using two Tomcats. I am looking for a very simple fallover solution as the previous solution is too complex, I guess..

I don't want load balancing. I only need fallover solution.

Come on and please help..
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic