The start script is available under the /bin directory. Both Unix and Windows versions are provided. The script starts the instance installed in directory.
Those two versions support a list of environement variables that could be used to start and tune the AEM instance.
Caution:
Note that some run modes, among them author and publish, need to be set before first starting AEM and can not be changed afterwards. Before setting up an AEM instance that is supposed to be used in production,
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 /app folder
Stopping Adobe Experience Manager
The stop script is available under the /bin directory. Both Unix and Windows versions are provided. The script stops the running instance installed in directory.
1
| . /stop |
1
| . /stop .bat |
No comments:
Post a Comment