If you need the minimal set of jars with a HttpService, you can give a try
to the everit-jetty-boot <https://github.com/everit-org/jetty-osgi-boot>.
Drop the bundle with its dependencies into the container and you should
have a jetty listening on port 80. Jetty 9.3.0 is defined currently as a
dependency, but I think replacing the version to 9.3.5 should not cause any
issues.

Please note that it is so minimal that there is no WAB support, only
HttpService. I created this project to have the tiniest set of bundles to
get Jetty with webconsole up and running.

Regards,
*Balázs **Zsoldos*


On Thu, Oct 29, 2015 at 11:06 AM, <i...@cuhka.com> wrote:

>
> What is the easiest way to deploy Jetty 9.3.5 in to Felix? The
> documentation lists a few bundles that are necessary[1], but if I download
> the full tar distribution I find a whole lot more jars in its lib folder. I
> could extract those to the bundles folder of Felix, or do a install for
> each one manually, or I can deploy it simply via... ?
>
> Maurice.
>
>
> [1]
> http://www.eclipse.org/jetty/documentation/current/framework-jetty-osgi.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
> For additional commands, e-mail: users-h...@felix.apache.org
>
>

Reply via email to