Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
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
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!
Views
Likes
Replies