Search code examples
aemslingaem-6

Which three AEM jar names will start AEM in author mode?


Which three AEM jar names will start AEM in author mode? (Choose three.) 
A. quickstart-4502.jar
B. cq5-author-p4502.jar
C. aem-publish.jar
D. cq5-author-4502.jar

I found this question on web. Is this question is valid?. After reading the AEM 6.0/6.1/6.2 docs, I didn't see any restriction about naming jars(expect containing phrases "author","publish",which will be used for taking runmode at worst case). Could anyone explain if there is any?


Solution

  • https://docs.adobe.com/docs/en/aem/6-2/deploy.html

    "The default install (an author instance on localhost:4502) can be changed simply by renaming the jar file before launching it for the first time. The naming pattern is: cq-<instance-type>-p<port-number>.jar"

    A. quickstart-4502.jar starts in author (default behavior)

    B. cq5-author-p4502.jar starts in author (explicitly set to author)

    C. aem-publish.jar starts in publish (explicitly set to publish)

    D. cq5-author-4502.jar starts in author (explicitly set to author)