Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E134 Topic 7 Question 43 Discussion

Actual exam question for Adobe's AD0-E134 exam
Question #: 43
Topic #: 7
[All AD0-E134 Questions]

With AEM as a Cloud Service, which format should be used for the OSGI configuration files?

Show Suggested Answer Hide Answer
Suggested Answer: C

For AEM as a Cloud Service, the correct format to use for OSGi configuration files is .cfg.json. This format is specifically designed for use in AEM as a Cloud Service and supports both structured and unstructured data, making it versatile for various configuration needs.

Steps to create and deploy OSGi configurations in .cfg.json format:

Create Configuration File: Create a .cfg.json file in your codebase, typically under the apps directory, for example:

/apps/myproject/config/org.apache.sling.commons.log.LogManager.cfg.json

Define Configuration: Add your configuration properties in JSON format:

{

'org.apache.sling.commons.log.level': 'debug',

'org.apache.sling.commons.log.file': 'logs/error.log'

}

Deploy to AEM: Deploy the configuration along with your code package to AEM as a Cloud Service. The configuration will be applied automatically.


AEM as a Cloud Service - OSGi Configuration

Contribute your Thoughts:

Delsie
6 hours ago
I disagree, I believe the correct format is D) .cfg
upvoted 0 times
...
Quentin
5 days ago
Wait, is this a trick question? I bet it's actually all of the above, depending on the specific use case. AEM is nothing if not flexible.
upvoted 0 times
...
Slyvia
7 days ago
I think the answer is C) .cfg.json
upvoted 0 times
...
Kanisha
11 days ago
Haha, anyone who doesn't choose .cfg.json is probably still using the old AEM on-prem setup. Time to upgrade, folks!
upvoted 0 times
Corinne
9 hours ago
A) config
upvoted 0 times
...
...
Blondell
13 days ago
I'm pretty sure it's .cfg.json, that's what the docs say.
upvoted 0 times
...

Save Cancel