In order to allow Jira to read static content, for example an external .html page, you need to perform the following:

<Context docBase="/atlassian/application-data/jira/data/static-content" path="/static-content" />


This line should go after the first <Context></Context> tag under “Catalina” host description.(near the bottom of the file)