Add another Jetty Server / OSGI

2011-10-06 Thread Charles Moulliard
Hi, Is it possible to add a new Jetty Server (different from the one provided by default when installing features http or webconsole on Karaf) and register it as HTTP OSGI Service to allow by example CXF WS to be registered within the Servlet Container of this HTTP Server ? Is it something that

Re: Add another Jetty Server / OSGI

2011-10-06 Thread Charles Moulliard
My idea is to have 2 separate Jetty Servers or one server with by example 2 connectors (8181, 8282) to be able to separate administration (webconsole, karaf console, ) from camel-cxf, camel-jetty that we use in applications and define different level of security, logging, On Thu, Oct 6,

Re: Add another Jetty Server / OSGI

2011-10-06 Thread Jean-Baptiste Onofré
OK, got it. Yes it's possible for the Jetty, but I'm not sure for the OSGi HTTP service. Let me check. Regards JB On 10/06/2011 11:56 AM, Charles Moulliard wrote: My idea is to have 2 separate Jetty Servers or one server with by example 2 connectors (8181, 8282) to be able to separate

Re: Add another Jetty Server / OSGI

2011-10-06 Thread Guillaume Nodet
I think pax-web uses factory configurations, so multiple configurations would lead to multiple http servers. On Thu, Oct 6, 2011 at 12:02, Jean-Baptiste Onofré j...@nanthrax.net wrote: OK, got it. Yes it's possible for the Jetty, but I'm not sure for the OSGi HTTP service. Let me check.

Re: Add another Jetty Server / OSGI

2011-10-06 Thread Jean-Baptiste Onofré
It's easier with Pax Web Jetty, which provide a blueprint wrapper AFAIR. On 10/06/2011 12:04 PM, Charles Moulliard wrote: For jetty this is possible. We can create a Spring Bean file or a bundle instantiating a jetty server. Maybe Pax Web could do the trick On Thu, Oct 6, 2011 at 12:02

Re: Add another Jetty Server / OSGI

2011-10-06 Thread Charles Moulliard
What do you mean by multiple configurations ? Is it a config file ? If yes which one ? On Thu, Oct 6, 2011 at 12:05 PM, Guillaume Nodet gno...@gmail.com wrote: I think pax-web uses factory configurations, so multiple configurations would lead to multiple http servers. On Thu, Oct 6, 2011 at