Welcome to the Knopflerfish OSGi Service Platform
If you see this page you have successfully started the Knopflerfish OSGi Service Platform.
Knopflerfish OSGi includes an small foot-print HTTP server and this page is published by the httproot demo bundle as an example on how to use the OSGi Http Service to publish contents.
Content can be served either as static resources (html pages and images), or as dynamic resources from servlets:
- This page is a static html page embedded in this bundle.
- The HTTP Server
info page is generated by a servlet in the
httproot demo bundle. - The Http Service can also make static contents from any directory (or other Http server) available. The Knopflerfish documentation is an example of that.