Outage banner request

Bharath Thummala July 11, 2018

Hello Folks,

I'm trying to implement the  Outage banner when JIRA goes down during the maintenance window.

Please suggest if have any ways to do it.

Regards,

2 answers

1 vote
Pete Singleton
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 11, 2018

I use a separate Tomcat instance to display our 'Maintenance' page, and start that up on the same port that Jira uses when we shutdown.

Bharath Thummala July 12, 2018

Thanks for your response, Pete!

0 votes
Bharath Thummala July 15, 2018

We wanted to automate it – instead of manual stop and also is there a way that we can redirect to IIS or any other webserver if JIRA is down for notification purpose.

Pete Singleton
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 16, 2018

If you're using an Apache webserver I think you can redirect all 503 errors to your own maintenance page, have a look at this: https://www.shellhacks.com/redirect-site-maintenance-page-apache-htaccess/

Not sure how/if you can do the same with IIS.

Suggest an answer

Log in or Sign up to answer