]
Jason Greene updated WFLY-5735:
-------------------------------
Component/s: Web (Undertow)
(was: Server)
Load balancing does not work when deploy app with root-context
'/'
------------------------------------------------------------------
Key: WFLY-5735
URL:
https://issues.jboss.org/browse/WFLY-5735
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 10.0.0.CR4
Environment: set up environment follow Stuart's instruction here
https://github.com/stuartwdouglas/modcluster-example
Reporter: Sun Chanras
Assignee: Jason Greene
Everything work fine follow Stuart's instruction here
https://github.com/stuartwdouglas/modcluster-example
but when I changed the root context of the app to "/" the load balancing did
not work any more, but still you can access to individual server.
I experimented with different root context like "/test", "/root" and
I found that, setting any root context for app is OK except "/" (blank)
Best Regards,
Chanras