-
Documentation
-
Resolution: Done
-
Major
-
None
-
Documentation (Ref Guide, User Guide, etc.)
-
-
The documentation [1] is incorrect, I have set up 7.1.0 as load balancer for two backend EAP server refer to the doc [1], but sticky session does not work. Here are the issues
- It specifies same instance-id to different backend server.
- It maps "/app" to reverse-proxy-handler but it does not match the acutal application context path. It should be "/test" in the guidance.
I have changed the setting to have different instance-id for backend server and changed the context root so they match, sticky session then works. I have written KCS [2] to reflect this.
[1] https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html-single/configuration_guide/#configure_undertow_static_load_balancer
[2] https://access.redhat.com/solutions/3297831
- clones
-
JBEAP-14022 [CD.x] Configure Undertow as a Static Load Balancer Documentation is incorrect, sticky session does not work
- Closed