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

hide geometrixx site on CQ5 startup

  • October 16, 2015
  • 2 replies
  • 808 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
New Participant
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
New Participant
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!