Run Modes
Hi
We can configure run modes like
1. Renaming the jar file.
2. Using Sling properties we can achieve.
3. Java startup time we can do.
If i rename the jar, all the bundles will be there in two of the instances.
If i create folder config.author as nt:folder and inside that am creating sling:osgiConfig for some bundle.
Doubt :
1. What will be the difference between these creation of new bundle and existing bundle in osgi.
2. Which is having higher priority?
3. Is there any particular reason why we are achieving like this?
4. Any advantage?
Please help me to understand this concept.