This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hi All ,
Can you please tell me some ideas how can we configure a maintenance page in AEM which is deployed in IIS server.
I got some blogs which refer to Apache server.
I understood the fact that we need to create a stand alone html page and redirect it to this page during 503 error or maintenance.
Please guide how we can add the rewrite rules for IIS server.
Thanks.
Hi You can host that page in server and handled it from dispatcher, You can check below if helps.
How to display maintenance page when AEM services are down?
Use the /health_check property to specify a URL that is checked when a 500 status code occurs. If this page also returns a 500 status code the instance is considered to be unavailable and a configurable time penalty (/unavailablePenalty) is applied to the render before retrying.
1 2 3 4 5 | /health_check
|
Enable the failover mechanism on your Dispatcher farm to resend requests to different renders when the original request fails. When failover is enabled, Dispatcher has the following behavior:
/failover "1" |
Views
Replies
Total Likes
Hi Arun ,
thanks for the response ,
I tried to do the same but it didn't work for me.
We would like display a page for planned or unplanned site outages so that visitors can be informed why services are not available.
Situations which we can consider :
1)When the publisher/dispatcher is down.(planned -not available)
2)Unplanned activities like - suddenly it displayed 503 error due to some bundle issue/services
3)Sometimes JSP errors gives 500 internal server error ;for which jsp recompilation solves the issue -but we want to handle this situation as well.
Please guide me how can I achieve it.
Thanks,Pallavi
Views
Replies
Total Likes
For 500 error you can try Customizing Pages shown by the Error Handler
Customizing the Response to HTTP 500 Errors
Thanks
Arun
Views
Replies
Total Likes
Views
Likes
Replies