create a web context for jira

Sridhar Nimmagadda September 4, 2012

The url for accessing jira installed locally on 8080 port would be http://localhost:8080, how do i create a web context for this like its served with the url http://localhost:8080/jira

what I am trying to do is setup a single reverse proxy for the atlassian products i am using

1 answer

1 accepted

0 votes
Answer accepted
Harry Chan
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.
September 5, 2012

Hi, you will need to edit the server.xml in your Tomcat conf directory.

An example:

<context path="/jira" docbase="${catalina.home}/atlassian-jira" reloadable="false/">

Follow this guide https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Apache when integrating JIRA with Apache.

Suggest an answer

Log in or Sign up to answer