You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Luc Dewavrin <lu...@gmail.com> on 2010/08/31 22:35:18 UTC

DOSGI and http server

Hi,

i am interested in using Apache CXF Distributed OSGI features since we have
developed a bunch of OSGI Declarative Services,
but i have a few questions regarding it :
- What is the web server started with DOSGI CXF implementation ?
- Can i enable https for the web server and control the port number ?
- Can i statically set the WSDL or use a static WSDL file ?

Thanks in advance,
Luc

Re: DOSGI and http server

Posted by Luc Dewavrin <lu...@gmail.com>.
> Hi,
> meanwhile, i have solved one of my issues regarding the control of the http
> server and SSL enabling.
> I use the multibundle distribution with pax-web-service( > 0.5.2 ) http
> service which can be configured using the Configuration Admin service or
> with OSGI environment properties.
> For the WSDL and how the DS is turned into a Web service i'll have a look
> at the source code to see if a static WSDL file can be used.
>
Thanks,
Luc

Re: DOSGI and http server

Posted by Julien Vey <ve...@gmail.com>.
Hi Luc,

2010/8/31 Luc Dewavrin <lu...@gmail.com>

> Hi,
>
> i am interested in using Apache CXF Distributed OSGI features since we have
> developed a bunch of OSGI Declarative Services,
> but i have a few questions regarding it :
> - What is the web server started with DOSGI CXF implementation ?
>

By default, Jetty.


> - Can i enable https for the web server and control the port number ?
>

To control the port number you can set the property "org.apache.cxf.ws.port"
or "org.apache.cxf.rs.port".
You can also set "org.apache.cxf.ws.httpservice.context" to use OSGI http
service. This way, "maybe" you can configure your server the way you want
(with https and port number).

- Can i statically set the WSDL or use a static WSDL file ?
>

I can't help you with that. :(


>
> Thanks in advance,
> Luc
>

Cheers,

Julien