DOKK / manpages / debian 10 / felix-main / felix-framework.1.en
FELIX(1) User Commands FELIX(1)

felix-framework - command line Felix OSGi Framework launcher

felix-framework [-b <bundle-deploy-dir>] [<bundle-cache-dir>]

felix-framework provide a way to start Apache Felix OSGi Framework from command line. After startup, it provide some simple commands to help management of OSGi bundle.

The Felix launcher deploys all bundles in the auto-deploy directory into the framework instance during startup. By default, the auto-deploy directory is /usr/share/felix-framework/bundle/ Specifying an auto-deploy directory replaces the default directory, it does not augment it.
path you want to use as the bundle cache. If you specify a relative cache path, then it will be treated as relative to ~/.felix/ By default, felix-framework will use ~/.felix/felix-cache/

/etc/felix-framework/config.properties

The system wide configuration file for Felix Framework. See <URL:http://felix.apache.org/site/apache-felix-framework-configuration-properties.html> for further details.

~/.felix/

Default user cache directory for OSGi bundle information.

Damien Raude-Morvan <drazzib@debian.org>

<URL:http://felix.apache.org/site/apache-felix-framework-usage-documentation.html>

November 2011 Felix