I've developed a handful of CXF JAX-RS services that work with Spring. I'm going to have to quickly learn about how to do it in a new service that doesn't use Spring. I've found some of the references that talk about this, although they're spread around, and not necessarily consistent.
I think I'd prefer to do as much configuration in the web.xml, as opposed to programmatic configuration. In the example on the wiki, at http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-ConfiguringJAXRSservicesincontainerwithoutSpring , it doesn't even mention setting the server address, which in my Spring-based services set this with a relative path on the "address" property of the "jaxrs:server" element. How is the server address configured when you do it this way?
