Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Deploy WEB bundle into equinox and Jetty-osgi-boot

Laurent,

http://wiki.eclipse.org/Jetty/Feature/Jetty_OSGi

You can make your osgi web bundle and jetty-osgi-boot will
automatically detect it and deploy it.

cheers
Jan

On 5 April 2012 16:04, Laurent G. <l.grandpierre.work@xxxxxxxxx> wrote:
> Hello,
> I try to build an OSGI platform with equinox.
> I include jetty into this platform with jetty-osgi-boot 8.1.2.
> I successfully start Web Application with external WAR file.
> Now I would like create an OSGI Web Bundle and include it in my OSGI
> Platform.
> If I do not mistake I need to deploy an HttpService provider in my OSGI
> platform. jetty-osgi-boot seems not include it.
> I read jetty provide this HttpService, but were I can find it?
>
> My build chain is based on maven. Could I find an artifact on any maven
> repository which provide OSGI HttpService?
>
>
> Thanks for your answers.
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top