vendredi 31 juillet 2015

QuickBooks Webconnector is not working with Apache Load balancer JSESSIONID

I have configured Apache load balancing server and am trying to use that with the QuickBooks Web connector.

Here are my Apache load balncer config

#Cluster configuration with Stikeyness
ProxyRequests Off
<Proxy http://balancermycluster>
BalancerMember ajp://localhost:8010/dbsync2/   route=node1 loadfactor=4
BalancerMember ajp://10.0.0.187:8010/dbsync2/  route=node3 loadfactor=4
#ProxySet lbmethod=bybusyness
ProxySet stickysession=JSESSIONID timeout=300
</Proxy>
ProxyPass /dbsync2/ balancer://mycluster/
ProxyPassReverse /dbsync2/ balancer://mycluster/

QuickBooks webconnector making first request to Apache server and that is getting connected to the back-end tomcat but QuickBooks sending 4 request to complete its action that should go to single server.

In my case the requests are not sticking into single tomcat its getting scatters across the multiple tomcats. Amazon uses JESESSSIONID QuickBooks web connector is working fine with AWS Sticky sessions.

Is there any way to keep this request to the same tomcat instance using JSESSIOND ???

Thanks in advance please help me with this




Aucun commentaire:

Enregistrer un commentaire