Description
Currently you can use org.apache.cxf.ws.address = /MyService already.
This specifies that you want to use the servlet transport.
The complete uri would then be : http://servername:port/cxf/MyService
Where "cxf" is symbolic for where the servlet transport registers itself.
The problem is that we send the /MyService address to zookeeper which results in a strange entry with -1 as port. Of course this address is then quite useless for other containers.
So I think what we could do is define a variable in the config admin pid cxf-dsw:
servletPrefix: http://myserver:8080/cxf
This could then be prepended to any servlet address we find. So zookeeper will be happy.