Issue Navigator in JIRA does not load properly
Symptoms
- JIRA Issue Navigator page does not load properly.
Cause
The Context 'path' parameter defined in server.xml has a '/':
<Context docBase="${catalina.home}/atlassian-jira" path="/" reloadable="false" useHttpOnly="true">
Resolution
Edit the server.xml file and remove '/' from the 'path' parameter.
<Context docBase="${catalina.home}/atlassian-jira" path="" reloadable="false" useHttpOnly="true">
Last modified on Feb 26, 2016
Powered by Confluence and Scroll Viewport.