Hi Bjorn,

If you got ssl running with pax-web and want to use that from DOSGi,
you probably need to switch it so that it uses the OSGi HTTP Service.
This is done by setting the
osgi.remote.configuration.pojo.httpservice.context property. Without
that property it will use straight Jetty.

See here for an example:
http://coderthoughts.blogspot.com/2009/02/distributed-osgi-powered-ajax-webapp.html
See also the reference page:
http://cxf.apache.org/distributed-osgi-reference.html

Hope this helps,

David

2009/6/15 Björn Schütte <[email protected]>:
> Hi,
>
> I'm still experimenting with dosgi and i wonder how to get things running the 
> way i need them.
> I want to have an osgi-based application with distributed components, being 
> able to start, stop and restart some components using cxf-dosgi, secured via 
> ssl. I managed to get ssl running using pax-web, which still uses jetty. But 
> it seems impossible to stop and restart services with it. I have read about 
> the so_reuseaddr issues but i dont know how to configure it and if its 
> convenient in a secure environment.
>
> Any help would be appreciated!
>
> Greetings,
> Björn

Reply via email to