DocumentationAEM 6.5User Guide

Command Line Start and Stop

Last update: April 9, 2024
  • Applies to:
  • Experience Manager 6.5
  • Topics:
  • Administering

CREATED FOR:

  • Admin

Starting Adobe Experience Manager from the Command Line

The start script is available under the <cq-installation>/bin directory. Both UNIX® and Windows versions are provided. The script starts the instance installed in <cq-installation> directory.

Those two versions support a list of environment variables that could be used to start and tune the Adobe Experience Manager (AEM) instance.

Environment variableDescription
CQ_PORTTCP port used for stop and status scripts
CQ_HOSTHost name
CQ_INTERFACEInterface that this server should listen to
CQ_RUNMODERun modes separated by comma
CQ_JARFILEName of the jarfile
CQ_USE_JAASUse of JAAS (if true)
CQ_JAAS_CONFIGPath of the JAAS configuration
CQ_JVM_OPTSDefault JVM options
CAUTION
Some run modes, among them author and publish, must be set before first starting AEM and cannot be changed afterwards. Before setting up an AEM instance that is used in production, see run modes documentation for details.

Windows platform start.bat script example

SET CQ_PORT=1234 & ./start.bat

UNIX® platform start script example

CQ_PORT=1234 ./start
NOTE
The start script launches the AEM Quickstart installed under the <cq-installation>/app folder.

Stopping Adobe Experience Manager

To stop AEM, do one of the following:

  • Depending on the platform that you use:

    • If you started AEM from either a script or the command line, press Ctrl+C to shut down the server.
    • If you have used the start script on UNIX®, you must use the stop script to stop AEM.
  • If you started AEM by double-clicking the jar file, click the On button on the startup window (the button then changes to Off) to shut down the server.

    chlimage_1-63

Stopping Adobe Experience Manager from the Command Line

The stop script is available under the <cq-installation>/bin directory. Both UNIX® and Windows versions are provided. The script stops the running instance installed in <cq-installation> directory.

UNIX® platform stop script example

./stop

Windows platform stop.bat script example

./stop.bat

If you only want to preconfigure the repository (without relocating it), you only have to:

  • Extract repository.xml to the required location

  • update repository.xml as required

  • create bootstrap.properties and define repository.config

Again, before starting the actual installation.

recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2