David Leangen wrote:
Hello!
Is it just me, or is this text on the wiki outdated?
"Felix uses properties to configure certain aspects
of its behavior. When you execute Felix using
bin/felix.jar there are two property files that
are consulted, they are conf/system.properties and
conf/config.properties in the Felix installation
directory. Both files use standard Java property
file syntax."
It seems to me that the two files were merged into
conf/config.properties, and that system.properties no longer exists.
Could somebody please confirm this?
You are basically correct. Felix does not use system.properties at all,
but the file can still be used to set system properties. The
documentation says this after the paragraph you quote:
"The conf/system.properties file provides a convenient mechanism for
defining Java system properties, but it is largely ignored by Felix,
since Felix does not use system properties for configuration purposes."
-> richard
Thank you!
David