How is production ready mode (-r nosamplecontent) implemented in a JBoss installation? The example given (java -jar aem-quickstart.jar -r nosamplecontent) doesn't apply to JBoss and domain.bat -r nosamplecontent doesn't work.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Philips,
Multiple runmode like publish, author, nosamplescontent are supported OOTB in JEE installation. ‘nosamplecontent’ can be configured through LCM while configuring CRX. You need to uncheck "Install AEM Samples" checkbox for the same.
Alternately you may modify the web.xml of cq-author ear and update the runmodes section. Then deploy this modified ear. But the modified EAR will be wiped off when patching the environment in the future.
So the best option is to uncheck "Install AEM Samples" checkbox while configuring CRX through LCM.
Regards
Sameer Dhawan
Views
Replies
Total Likes
Hi Philips,
Multiple runmode like publish, author, nosamplescontent are supported OOTB in JEE installation. ‘nosamplecontent’ can be configured through LCM while configuring CRX. You need to uncheck "Install AEM Samples" checkbox for the same.
Alternately you may modify the web.xml of cq-author ear and update the runmodes section. Then deploy this modified ear. But the modified EAR will be wiped off when patching the environment in the future.
So the best option is to uncheck "Install AEM Samples" checkbox while configuring CRX through LCM.
Regards
Sameer Dhawan
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @GPhillips58,
I believe you unchecked Install "AEM Samples" when the first time you did the installation and ran configuration Manager.
Please confirm.
Regards
Sameer Dhawan
Views
Replies
Total Likes
Views
Replies
Total Likes