Community
Participate
Working Groups
Currently the configuration directory contains files config.ini and bundles.info which are logically part of the binary installation and which should be shared by cloned/clustered Virgo instances. However, the current configuration directory is mutated at runtime (to contain Virgo instance-specific data) and so it cannot be shared across instances. A proposal Borislav and I have been discussing is to have p2 create the files config.ini and bundles.info in a lib/configuration directory and then copy these files into work/configuration in the startup scripts (after deleting work in the clean start case). (We might also copy these files in a new Virgo shell command which would then perform the equivalent of the p2 confapply command in order to make dynamic updates, but that need not be implemented in this bug.)
Fixed with commits: nano - 1c2ba11 kernel - cbb9c1b web-server - 529d02e jetty-server - 996548c As a result the /config directory, merged with the new /configuration and the Equinox's configuration.area directory is now in /work, not it /work/osgi/configuration. Also the new /configuration directory contains Equinox's config.ini, the bundles.info and Virgo's specific configurations.