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

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

Mark Solution

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

해결됨

AEM is ecosystem for miscrosite, how to export microsite to make it fully offline

Avatar

Level 2

One of use cases of AEM is managing microsites, it works cool but i need to export those microsites (set of raled pages, js, css, images, videos) to browser which working in offline mode, how i can accomplish that behavior??

Please describe approaches, features and practices, Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

If you want to export the site, you need to create the package from package manager and install on the offline CQ5 server.

Package should include all your code(jsp,js, css, java libs etc) and contents.

If you want to download all the cq5 contents as static files, you can try some desktop tools like HTTrack website copier, or any other tool.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

If you want to export the site, you need to create the package from package manager and install on the offline CQ5 server.

Package should include all your code(jsp,js, css, java libs etc) and contents.

If you want to download all the cq5 contents as static files, you can try some desktop tools like HTTrack website copier, or any other tool.

Avatar

Level 2

Yes, I want to export as static files which opened in browser as offline page, I want to use some AEM features for this purpose, are they exist? (I want to do this programmatically)

Avatar

Level 10

Static agent is one option[1].   What is exact use case?  After exporting you want to edit or just validate? 

[1]     http://www.wemblog.com/2012/02/how-to-use-static-agent-in-cq-wem.html