sticky session with apache web server and tomcat servers

前端 未结 6 670
我在风中等你
我在风中等你 2021-02-01 21:33

I am using apache web server as a load balancer for two tomcat instances behind apache. When the first request goes to node A and second request from the same client goes to no

6条回答
  •  忘了有多久
    2021-02-01 22:31

    I think your problem is that you are using mybalancer where you have tu use balancer:

    ProxyPass /myapp/ balancer://mybalancer/ stickysession=JSESSIONID
    

提交回复
热议问题