CXF jaxws endpoint relative publish address
问题 I am having a lot of difficulty trying to use a relative publish address in my CXF web service endpoint configuration. I have a simple Java-first JAX-WS project with the following configuration files: applicationContent-cxf.xml: <beans xmlns=...> ... <jaxws:endpoint id="helloWorldService" implementorClass="org.helloworld.ws.HelloWorldServiceImpl" implementor="#helloWorldServiceImpl" <!-- spring managed --> endpointName="sayHello" address="HelloWorldService"/> </beans> web.xml: <web-app>