Re: how to bind jaxrs:server to default http service

2012-06-27 Thread Vestal, Rick
Ok ... thanks for the info. We've got it working in one instance now but not our 'real' instance ... but this helped us get it forward. Thanks for the response. On Tue, Jun 26, 2012 at 1:56 AM, Freeman Fang freeman.f...@gmail.comwrote: Hi, Yeah, it's possible, as long as your address start

Re: how to bind jaxrs:server to default http service

2012-06-26 Thread Freeman Fang
Hi, Yeah, it's possible, as long as your address start with /, which means it will use http-osgi transport(http osgi service provided by paxweb). Generally the port conflict only comes from your address is like http://localhost:8181/blabla ..., which means will use http-jetty transport. But

how to bind jaxrs:server to default http service

2012-06-25 Thread Vestal, Rick
Hi all, Is it possible to bind a jaxrs:server definition in a blueprint file to the default karaf http service? e.g. whenever I do something like the example below, it fails due to a port conflict with the default service. jaxrs:server id=myREST address=/${archiveRestPath}