All,
im facing problmems in setting one apache http server that load
balance trafic to two apache tomcat instances.
im using:
ProxyPass / balancer://mpower/ stickysession=JSESSIONID|jsessionid nofailover=On
   <Proxy balancer://mpower>
       BalancerMember http://172.16.4.218:17005
       BalancerMember http://172.16.4.218:7005
   </Proxy>

where one instance is listenning on 172.16.4.218:17005 and the other
is listen on 172.16.4.218:7005.
the application is using session but it looks like the http server is
ignoring the stickysession configuration.


many thanks
yahav
_______________________________________________
Haifux mailing list
[email protected]
http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux

Reply via email to