문제

I am using Apache CXF through OSGi to expose my OSGi services as web services. I am able to set the webservice uri through the "org.apache.cxf.ws.address" property, but this ties me to a single IP Address on the server. Some services need to deploy on servers that are out of my control and so I would like to be able to deploy the services to all address on the server.

How can I do this?

도움이 되었습니까?

해결책

Set the address to 0.0.0.0 to listen on all the network interfaces. In case you need to remove unneeded, then deploy firewall.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top