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...