Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleWork In Progress

Documentation of Http Service 2.0.x in progress.

Apache Felix

...

Http Service

This bundle implements the HTTP is an implementation of the Http Service Specification as described in chapter 102 of the OSGi Compendium, embedding the Jetty servlet container. The goal of the OSGI HTTP Service is to provide a standard and simplified way to register servlets and resources in a Servlet container, and to associate them with URIs. It also implement a non-standard extension for registering servlet filters as well as a whiteboard implementation. Some features:

  • Standard Http Service implementation.
  • Extended Http Service implementation that allows for servlet filter registration.
  • Run either with Jetty or inside your own application server using the servlet bridge.
  • A whiteboard implementation for easy registration of servlets and filters.
  • One complete bundle that includes everything to simplify deployment.

Installing the Apache Felix HTTP Service bundle

...