활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I downloaded the latest AEM SDK aem-sdk-2021.11.6023.20211111T113531Z-211000.zip, and rename the jar package to to aem-author-p4502.jar and aem-publish-p4503.jar, both the author and publish is able to run successfully. And I enabled the replication agent.
Then I successfully build the sample code(https://github.com/adobe/aem-guides-wknd) and deploy to local author.
I published the changes in author, but can't see anything in local publish environment. Any suggestion? Thanks
And when I try to check http://localhost:4503/content/wknd/us/en.html, it's a blank page
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
We have to do mapping configs for redirects. Please refer below article to get some idea.
and JFYI the reason you are redirecting to localhost:4503/content.html if you hit localhot:4503 is due to config of default root mapping of publisher.
Go to
http://localhost:4503/system/console/configMgr
check for "Day CQ Root Mapping" property.
Similarly for author instance if you hit localhost:4502 it will redirect to localhot:4502/aem/start.html
@Kiran_Vedantam @Siva_Sogalapalli I'm a green hand for AEM. After installing the author and publish and run them up. Setup the configuration and test successfully.
Then I just followed the guide in https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...
Generated the project and ran the command
mvn clean install -PautoInstallSinglePackage
The WKND projects deployed to local author:
Then I made some changes for en and publish that,
But in local publisher ,it's a blank page
Any suggestion? Thank you!
@Kishore_Kumar_Thank you.
Now I can see the content with URL
http://localhost:4503/content/wknd/us/en.html
But I can't see the content directly with URL http://localhost:4503/
Any more suggestion? thanks
We have to do mapping configs for redirects. Please refer below article to get some idea.
and JFYI the reason you are redirecting to localhost:4503/content.html if you hit localhot:4503 is due to config of default root mapping of publisher.
Go to
http://localhost:4503/system/console/configMgr
check for "Day CQ Root Mapping" property.
Similarly for author instance if you hit localhost:4502 it will redirect to localhot:4502/aem/start.html