Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Remove Geometrixx from Publish instance

Avatar

Level 7

I want to remove all Geometrixx content from a fresh AEM6 Author and Publish server. Uninstalling and deleting the packages from Author is easy, but how do you ensure all of the content from Publisher is gone too (content, groups, users, etc)? How do you replicate the removal of content? All of the Security checklists seem to just gloss over this point.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Darren,

 you can start an instance with 'nosamplecontent'

ex: java -jar <jar file name> publish, nosamplecontent

    java -jar <jar file name> author, nosamplecontent

or you can add 'nosamplecontent' for 'run mode' in you start file

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Darren,

 you can start an instance with 'nosamplecontent'

ex: java -jar <jar file name> publish, nosamplecontent

    java -jar <jar file name> author, nosamplecontent

or you can add 'nosamplecontent' for 'run mode' in you start file