Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

seanbright/osgi.daemon

Repository files navigation

OSGi Daemon Launcher

Uses the Apache Commons Daemon library to launch any R4.2 compliant OSGi Framework.

The JAR implementing the Framework specification must be on the classpath. If multiple Framework specifications are on the classpath, the first one returned by the ServiceLoader implementation is used.

The example init script has been tested on Ubuntu 14.04 (Trusty) with jsvc installed from packages. Just make any necessary changes to it, drop it in /etc/init.d and run update-rc.d whatever-you-called-the-file defaults.

Requirements

Requires at least Java 1.6 due to its dependence on the the java.util.ServiceLoader class.

License

OSGi Daemon Launcher is licensed under the Apache License, Version 2.0.

Bugs

Lots and lots, I'm sure. Patches welcome.

About

OSGi Framework Daemon Launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages