Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25268

Context path is not copied when upgrading

XMLWordPrintable

      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">

              Unassigned Unassigned
              2a7c0ae71c1a Olivier Doucet
              Votes:
              4 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: