Hi, I just started implementing web services for the first time, so I am really new in this topic. I am working with eclipse and equinox to implement web services. I have been following the tutorial:
http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.html In this tutorial the web service is registered here (I changed localhost for my IP address): props.put("org.apache.cxf.ws.address", "http://10.51.32.208:9090/greeter"); However, when run the example in the console I can see: Setting HttpService port to: 8080 felix.fileinstall.poll (ms) 2000 felix.fileinstall.dir C:\Documents and Settings\aros\Desktop\eclipse\.\load felix.fileinstall.debug -1 felix.fileinstall.bundles.new.start true So it looks like the web service is registered in 8080, which I cannot really understand. Could someone please explain me what is happening? What if I change 9090 to 8080? props.put("org.apache.cxf.ws.address", "http://10.51.32.208:8080/greeter"); -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-port-9090-vs-8080-tp3295477p3295477.html Sent from the cxf-user mailing list archive at Nabble.com.
