Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I'd like to modify the context path of JIRA from:
to
http://www.example.com:8080/issues
I'v already made the change to the Base URL in the general configuration, but that seems to have had no effect at all. I've also seen suggestions to edit the server.xml for the embedded Tomcat 7 to include `path="/issues"`in the contex definition:
While this worked for me on JIRA 3.4, when I do that here on 5.2.8, JIRA will not start.
What is the proper way to do this?
I finally located the catalina.out log file and in it was the message:
SEVERE: Parse Fatal Error at line 102 column 89: Attribute "path" was already specified for element "Context".
org.xml.sax.SAXParseException: Attribute "path" was already specified for element "Context"
Which led my tired eyes to finally see that there is already a `path=""` in the context element and I was duplicating it. DOH!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.