The Apache Felix File Install Bundle enables an automatic OSGI bundle deployment process. By itself this bundle scans regularly for new bundles in a defined directory. If the scanner result is positive, the Felix installer deploys or overrides existing bundles. It's possible to configure the directory path, poll time, filenames, which should be filtered, and so on. At the following listing you see the default configuration parameters.
felix.fileinstall.poll=2000 ms felix.fileinstall.dir=./load felix.fileinstall.debug=-1 felix.fileinstall.bundles.new.start=true felix.fileinstall.filter= felix.fileinstall.tmpdir=./tmpInstallation: You have to start your OSGI environment and deploy manually the File Install bundle.
Regards
Rafael Sobek
Technorati Tags: OSGI Deployment
