Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

hide geometrixx site on CQ5 startup

Avatar

Level 4

Hi,

Please help me to achieve the hide geometrixx site on CQ5 startup. Apart from uninstalling the geometrixx  package from the package manager.

 

Thank you

Sumit

1 Accepted Solution

Avatar

Correct answer by
Level 1

Run it with 'nosamplecontent' option like(for author)

java -server -XX:MaxPermSize=256m -Xmx1024M -jar aem-author-p7402.jar -r author, nosamplecontent

or (for publish)

java -server -XX:MaxPermSize=256m -Xmx1024M -jar aem-publish-p7402.jar -r publish, nosamplecontent   

View solution in original post

2 Replies

Avatar

Correct answer by
Level 1

Run it with 'nosamplecontent' option like(for author)

java -server -XX:MaxPermSize=256m -Xmx1024M -jar aem-author-p7402.jar -r author, nosamplecontent

or (for publish)

java -server -XX:MaxPermSize=256m -Xmx1024M -jar aem-publish-p7402.jar -r publish, nosamplecontent   

Avatar

Level 10

Hi there,

Thanks for reaching out. 

This seems to be the only way as per my knowledge.

http://www.wemblog.com/2012/02/how-to-remove-geometrixx-from-cq54-wem.html

Thanks!