Context Path for JIRA

jiraguy November 13, 2012

How can I set the context path for my JIRA instance? I know I have to add something to my server.xml file but I can't figure out how to get it to work.

Cheers,

Graham

1 answer

0 votes
Hemal Udani November 13, 2012

Try matching this in your server.xml file.

<Engine name="Catalina" defaultHost="localhost">
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
<!-- changed the context path from / to /request below -->
<Context path="/request" docBase="${catalina.home}/atlassian-jira" reloadable="false" useHttpOnly="true">
...


Suggest an answer

Log in or Sign up to answer