-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
4.4
-
Linux
-
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">
- duplicates
-
JRASERVER-25277 On upgrade Installer needs to migrate content of server.xml or warn users
- Gathering Interest
- mentioned in
-
Wiki Page Loading...