Re: [users@httpd] Load balancing based on header value

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niranjan, On 3/30/16 3:02 PM, Niranjan Rao wrote: > I am using AJP to connect to tomcat. > > Entry in the config file looks like > > BalancerMember ajp://myserver:8009 > route=node2 ProxySet lbmethod=bytraffic ProxySet > stickysession=JSESSIONID

Re: [users@httpd] Load balancing based on header value

2016-03-30 Thread Niranjan Rao
I am using AJP to connect to tomcat. Entry in the config file looks like BalancerMember ajp://myserver:8009 route=node2 ProxySet lbmethod=bytraffic ProxySet stickysession=JSESSIONID Hope this answers your question. Regards, Niranjan On 03/30/2016 11:50 AM,

Re: [users@httpd] Load balancing based on header value

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niranjan, On 3/30/16 2:15 PM, Niranjan Rao wrote: > Greetings, > > My first post to this mailing list. > > I have apache2 load balancing working perfectly based on session > affinity. Traffic does get directed properly to appropriate tomcat >

[users@httpd] Load balancing based on header value

2016-03-30 Thread Niranjan Rao
Greetings, My first post to this mailing list. I have apache2 load balancing working perfectly based on session affinity. Traffic does get directed properly to appropriate tomcat server. We are trying to use same servers to serve some REST API calls. These calls don't have a session,