Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Setup of Web Server Dispatcher

...

Setup of AEM

...

Application Server

AEM package comes in two flavours,

  • cq-quickstart-6.2.0.jar - executable to run as a Java process.
  • cq-quickstart-6.2.0.war - install in a container like Tomcat

Enable license by entering at startup or in license.properties file (preferred to automoation).

Setup of AEM Author

...

 

By default the package starts up running both the author and publish components as one service. Enterprise configurations will want to segregate and this occurs with a file rename,

Code Block
languagebash
cq-<instance-type>-p<port-number>.jar 


Author Server

Rename file,

Code Block
languagebash
 mv cq-quickstart-6.2.0.jar cq-author-p4502.jar

This will result in an author instance running on port 4502.

Publish Server

Rename file,

Code Block
languagebash
 mv cq-quickstart-6.2.0.jar cq-publish-p4502.jar

This will result in an publish instance running on port 4502.