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-E123 Topic 2 Question 30 Discussion

Actual exam question for Adobe's AD0-E123 exam
Question #: 30
Topic #: 2
[All AD0-E123 Questions]

A developer is starting an AEM instance every time in the debug mode by providing JVM parameters in the console. The developer needs to automate this process to avoid adding JVM parameters at every start of an AEM instance.

How would the developer accomplish this goal?

Show Suggested Answer Hide Answer
Suggested Answer: C

To start an AEM instance in debug mode automatically, without manually providing JVM parameters each time, a developer can add the required JVM parameters to the AEM instance's start script. This script is executed every time the AEM instance is started, and by including the debug parameters there, the instance will automatically start in debug mode each time. The start script is typically named start.bat (for Windows) or start.sh (for Unix-based systems) and is located in the AEM installation directory.

Adding JVM parameters to a properties file under a run mode-specific directory (Option A) or setting an OSGi configuration (Option B) are not standard methods for configuring JVM debug parameters for AEM startup.


Contribute your Thoughts:

Clay
3 days ago
I think the developer should add JVM parameters to the start script.
upvoted 0 times
...
Tamala
5 days ago
I agree with Ezekiel. C is the correct answer. Putting the parameters in the start script is the easiest way to automate the process.
upvoted 0 times
...
Ezekiel
11 days ago
Option C looks like the way to go. Adding the JVM parameters to the start script seems like the most straightforward solution.
upvoted 0 times
...

Save Cancel