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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.