AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 33


How should a developer enable remote debugging of an AEM server without modifying the AEM start script?

Show Answer
Correct Answer: D

To enable remote debugging of an AEM server without modifying the AEM start script, one can include an additional JVM parameter when starting AEM with the java -jar command. This JVM parameter allows the remote debugging service to be configured at runtime without modifying the underlying start scripts or server configuration.

Discussion

3 comments
Sign in to comment
AkashDOption: D
Jun 28, 2020

Answer should be D

PSJadhavOption: D
Jul 11, 2020

answer is D

mrjavaOption: D
May 30, 2023

We should pass parameter `-agentlib:jdwp=transport=dt_socket,address=8888,server=y,suspend=n` to the java -jar command