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,
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.