Setting up the context path for JIRA

If you have multiple web applications running on the same domain, you might want to set up a context path for JIRA—for example, http://example.com/jira, where /jira is the context path.

How to do it...

Perform the following steps to set up a context path for JIRA:

  1. Shut down JIRA if it is running.
  2. Open up JIRA_INSTALL/conf/server.xml in a text editor.
  3. Locate the following line and enter the context path for the path attribute—for example, path="/jira":
            <Contextpath="/jira"docBase="${catalina.home}
            /atlassian- jira" reloadable="false"
            useHttpOnly="true">
  4. Save the file and restart JIRA. If you are doing this after JIRA is installed, you will have to update JIRA's Base URL option so that its links will reflect the change. ...

Get JIRA 7 Administration Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.