DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
felix.cache.rootdir- specifies which directory should be used to calculate absolute paths when relative paths are used for theorg.osgi.framework.storageproperty; the default value for this property is the current working directory.felix.systembundle.activators- specifies aListofBundleActivatorinstances that are started/stopped when the System Bundle is started/stopped; the specified instances will receive the System Bundle'sBundleContextwhen invoked.felix.log.logger- specifies an instance oforg.apache.felix.framework.util.Loggerthat the framework uses as its default logger.felix.log.level- specifies an integerStringwhose value indicates the degree of logging reported by the framework; the default value is "1" and "0" turns off logging completely, otherwise log levels match those specified in the OSGi Log Service (i.e., 1 = error, 2 = warning, 3 = information, and 4 = debug).felix.startlevel.bundle- specifies the start level for newly installed bundles; the default value is 1.felix.bootdelegation.implicit- specifies whether or not the framework should try to guess when to boot delegate when external code tries to load classes or resources; the default value is "<tt>true</tt>".framework.service.urlhandlers- specifies whether or not to activate the URL Handlers service for the framework instance; the default value is "<tt>true</tt>", which results in the <tt>URL.setURLStreamHandlerFactory()</tt> and <tt>URLConnection.setContentHandlerFactory()</tt> being called.
...