-
Bug
-
Resolution: Done
-
Critical
-
fuse-6.3-R16-GA
-
None
Following the documentation has been configured the load balancing features for two web services, one that uses jax-rs and another that uses jax-ws.
The load balancing features wrote on ZK the URL of web services in the ensemble with the load balancing configured under the path `/fabric/cxf/endpoints`
The issue is that on ZK the services URL missing of the /cxf/ part of the path causing a HTTP 404 when a client try to use it.
That is:
zk:get /fabric/cxf/endpoints/providerrs/00000000000
...
"services":["http://10.36.113.122:8182/providerrs"]}
instead of
"services":["http://10.36.113.122:8182/cxf/providerrs"]}