I'm new to OSGI and working with Apache Felix.
In 'Apache Felix Web Console Bundles' I can control a bundle with a start, stop, update, install and remove button. I have made a bundle that is able to control OSGI automatically. This bundle can start, stop, install, update and remove other bundles. So I don't need the 'In 'Apache Felix Web Console Bundles' anymore.
Now I want to control multiple configurations of a bundle. In 'Apache Felix Web Console Configuration' I can create a new 'factory configuration'. I want that my bundle can create new 'factory configurations' automatically. Question: How can my bundle start multiple configurations of an other bundle?
EDIT Changed 'instances' in the second paragraph to 'configurations' EDIT2 Clarified question