Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Property

Default

Description

felix.fileinstall.poll

2000 ms

Number of milliseconds between 2 polls of the directory

felix.fileinstall.dir

./load

The name of the directory to watch. Several directories can be specified by using a comma separated list.

felix.fileinstall.log.level

01

Threshold of logging information

felix.fileinstall.bundles.new.start

true

Automatically start newly discovered bundles

felix.fileinstall.filter

 

A regular expression to be used to filter file names

felix.fileinstall.tmpdir./

tmp 

The name of the temporary directory to use with exploded or transformed bundles (defaults to the temporary dir for the JVM)

felix.fileinstall.noInitialDelay

false

Determines if File Install waits felix.fileinstall.poll milliseconds before doing an initial scan or not.

felix.fileinstall.bundles.startTransient

false

If true, File Install will start the bundles transiently.

felix.fileinstall.bundles.startActivationPolicy

true

Start bundles with their default activation policy or not

felix.fileinstall.start.level

false0

If set to a value different from 0, File Install will set the start level for deployed bundles to that value. If set to 0, the default framework bundle start level will be used.

felix.fileinstall.active.level

0

FileInstall won't scan for files unless the active framework start level is greater than this value

felix.fileinstall.disableConfigSaveenableConfigSave

true

If false, File Install will not write back in the file configurations changes. Note that this setting is global and can not be modified per polled directory.

felix.fileinstall.bundles.updateWithListeners

false

If true, FileInstall will update managed bundles when a new version of an artifact handler is detected. This detection is performed based on the last modification date of the bundle registering the handler.

Once started, the values of these properties are printed to the console.

...