Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty 7 + Apache Felix

Hi Vlatko,

jetty7 jars are all OSGi bundles (minus a few bugs in progress).

There is a pending contribution to jetty related to what you are
looking for: https://bugs.eclipse.org/bugs/show_bug.cgi?id=292837
The prototype is currently developed on github and there is a runtime
distribution that uses felix as the OSGi implementation.

If you are using pax-runner in eclipse
(http://paxrunner.ops4j.org/display/paxrunner/Eclipse+Plugin) to boot
felix and debug your webapps I am interested in your feedback: I have
not tried that combination.

I hope this helps,
Hugues

On Wed, Oct 21, 2009 at 4:14 PM, Vlatko Davidovski
<vdavidovski@xxxxxxxxx> wrote:
> Hi!
>
> I would like to use Jetty 7 under Apache Felix. When trying to deploy Jetty
> 7 regularly on OSGi I discovered multiple dependencies problems.
> Pax Web & Apache Felix Jetty bundles are nice, but based on v6.
>
> Any hints how to integrate Jetty 7 in the cleanest way under Felix?
>
> Thanks!
> Vlatko
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top