2 Replies Latest reply on Apr 23, 2013 2:41 PM by wl880504

    publish service to Jetty server

    wl880504

      I have created a restful service bundle and deploy it to FUSE ESB karaf container. spring beans.xml:

       

       

       

      Now I can access the restful service with URI:

      http://localhost:8181/cxf/mongo

       

      I just want to make sure that the service is published to Jetty which is a embedded server in OSGi container and not to Apache2 server.

       

      If a service URI is appended to http://localhost:8181/cxf, does this mean this service is successfully published to Jetty?

      Then another bundle can use HTTP protocol to access the service within karaf container?