Expand my Community achievements bar.

SOLVED

Stopping AEM cluster

Avatar

Level 6

I start all the AEM clusters using the command java -Xmx1024m -XX:MaxPermSize=256M -jar aem-author-p4501.jar -r author,crx3mongo -Doak.mongo.uri=mongodb:/localhost:27017/aem-author &

If i want to stop it, how will i do it ?

1 Accepted Solution

Avatar

Correct answer by
Level 10

as soon as you start it, it would open a small window of aem with start toggle. You need to toggle back to stop which stops the AEM and the cluster

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

as soon as you start it, it would open a small window of aem with start toggle. You need to toggle back to stop which stops the AEM and the cluster

Avatar

Employee Advisor

Hi,

Why don't you use the shell scripts provided in crx-quickstart/bin?

Jörg