hide geometrixx site on CQ5 startup | Community
Skip to main content
Level 4
October 16, 2015
Solved

hide geometrixx site on CQ5 startup

  • October 16, 2015
  • 2 replies
  • 812 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by momokase

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   

2 replies

momokase
momokaseAccepted solution
October 16, 2015

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   

WhoaShekhar
Level 10
October 16, 2015

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!