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

How should a developer enable remote debugging of an AEM server without modifying the AEM start script?
A. Enable the remote debugging service through the AEM Cloud Services menu.
B. Rename the quickstart jar file to include the additional debug settings.
C. Enable the remote debugging service through the AEM Web Console.
D. Include an additional JVM parameter when starting AEM with java -jar.

Download Printable PDF. VALID exam to help you PASS.

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

  1. > D
    Example:
    java -jar -Xmx512m -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n cq-author-4502.jar

    11

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.