Context path is not copied when upgrading

XMLWordPrintable

    • 4.04
    • Severity 3 - Minor

      The upgrade process with Jira 4.4 was able to find and copy my database access, but was unable to copy context path.
      I had to manually edit jira/conf/server.xml and modify the following line :
      <Context path="" docBase="${catalina.home}/atlassian-jira" reloadable="false" useHttpOnly="true">
      to
      <Context path="/issues" docBase="${catalina.home}/atlassian-jira" reloadable="false" useHttpOnly="true">

            Assignee:
            Unassigned
            Reporter:
            Olivier Doucet
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: