Skip to main content

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

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.

Back to the top