The same OSGI configuration parameter is present under /libs/*/config.. AND /apps/*/config..and modified in both locations as well as via felix Console. During runtime, what is the reload order?
The same OSGI configuration parameter is present under /libs/*/config.. AND /apps/*/config..and modified in both locations as well as via felix Console. During runtime, what is the reload order?
When dealing with OSGI configuration parameters, the order of precedence is Felix Console, /apps/*/config, and then /libs/*/config. The Felix Console has the highest priority as it overrides all configurations made directly through the system's web interface. Next in line are configurations found under /apps/*/config, which take precedence over those in /libs/*/config. This hierarchy ensures that user-specific configurations can override default configurations.
B. Felix Console, /apps/*/config and /llbs/*/config https://helpx.adobe.com/uk/experience-manager/6-3/sites/deploying/using/configuring-osgi.html#ResolutionOrderatRuntime
Ans B https://helpx.adobe.com/uk/experience-manager/6-3/sites/deploying/using/configuring-osgi.html#ResolutionOrderatRuntime
should be b