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

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

Mark Solution

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

해결됨

How to display maintenance page when AEM services are down?

Avatar

Level 9

Hi All,

i have requirement that wants to show a maintenance page when aem services are down.I have observed one even if AEM is completely down or AEM is up and running and for some reason we are not getting welcome screen ,receiving 503 error.how to show a friendly page at this situation.I think this needs to be implemented at dispatcher,is anyone has any idea or done the similar implementation please help me.

Thanks,

Kishore

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

You can host a stand alone HTML page in your dispatcher and when AEM is down , you can redirect the request to the same.

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Level 10

IF AEM is down - then the service will not be render pages. You want to know how to render a page when the server is down?

Avatar

Level 9

Yes.I want to show a friendly message when AEM is down.

Avatar

정확한 답변 작성자:
Community Advisor

You can host a stand alone HTML page in your dispatcher and when AEM is down , you can redirect the request to the same.

Avatar

Level 10

Great reply Veena!

Avatar

Community Advisor

Thanks to my architect . He implemented this for our project .

Avatar

Level 9

Can we have some high level steps to implement this .I have never done this.