내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

nosamplecontent (production ready mode) AEM on JBoss

Avatar

Level 3

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.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

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

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Employee

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

Avatar

Level 3
We did leave "Install AEM Samples" unchecked but We.Retail was still deployed.

Avatar

Employee

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

 

Avatar

Level 3
That is correct.