Hi!
What I want to do is to change the server part of the URLs to my services
listed under /cxf, that is:
force a change of "your_host_address:8181" to "myserver".
(CXF resolves the server base address ("your_host_address") but I'm not
happy with it since its just an IP address in my case, I want to force it to
a DNS-name which points to this server which the clients need to use, they
cant use the raw IP address because firewalls between the server and the
clients)
As I understand it, the base-address property can do this!?
And I can get Apache Felix config admin to list:
PID = org.apache.cxf.osgi.cfg
BundleLocation = Unbound
base-address = myserver
org.apache.cxf.servlet.base-address = myserver
service.pid = org.apache.cxf.osgi.cfg
But it doesnt have any affect on the services listed under /cxf. Do you see
my problem?
--
View this message in context:
http://cxf.547215.n5.nabble.com/base-address-for-CXF-tp5034937p5035048.html
Sent from the cxf-user mailing list archive at Nabble.com.