Exam AD0-E123 Topic 2 Question 46 Discussion
Actual exam question for Adobe's AD0-E123 exam
Question #: 46
Topic #: 2
Question #: 46
Topic #: 2
A developer is checking an AEM start script on the server and notices the CQ_JVM_OPTS parameter is set to the following:
'-agentlib:jdwp=transport=dt_socketladdress=8000,server=y,suspend=n" How will this value affect the start of the AEM instance?
'-agentlib:jdwp=transport=dt_socketladdress=8000,server=y,suspend=n" How will this value affect the start of the AEM instance?
Suggested Answer: A Vote an answer
TheCQ_JVM_OPTSparameter in an AEM start script is used to set options for the Java Virtual Machine (JVM). The setting'-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n'enables the Java Debug Wire Protocol (JDWP) agent for the JVM, allowing a debugger to attach to it. Thesuspend=nflag means the JVM will not suspend at the start but will wait for a debugger to connect on port8000. This effectively runs the AEM instance in debug mode, which is useful for development and troubleshooting.
Option B is incorrect because thesuspend=nsetting means the JVM does not suspend on start-up.
Option C is incorrect because this parameter is for debug mode, not for specifying the run mode of the AEM instance.
Option B is incorrect because thesuspend=nsetting means the JVM does not suspend on start-up.
Option C is incorrect because this parameter is for debug mode, not for specifying the run mode of the AEM instance.
by Novia at Dec 16, 2025, 08:17 PM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).