Is there any example of how to configure/install Apache Felix File install? In official website, it has been mentioned you need to configure properties etc. But no way they have mentioned where you need to put those configuration properties, how to set it up etc.
I have downloaded org.apache.felix.fileinstall-3.2.6.jar
file and I have felix framework installed. Now I am not getting where should I put those configuration properties so that file install will read that.
Can anyone guide me on this?
As specified in the File Install Docs you can provide the configuration via system properties. Below steps work for Felix started from standard distribution
deploy
. This directory would be configured with File installjava -Dfelix.fileinstall.dir=./deploy -jar bin/felix.jar
. Now any jar which is added to the deploy folder would be installed by the File Install bundle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With