- JIRA 7 Administration Cookbook(Second Edition)
- Patrick Li
- 200字
- 2021-07-16 10:48:07
Setting up the context path for JIRA
If you have multiple web applications running on the same domain, you might want to set up a context path for JIRA—for example, http://example.com/jira
, where /jira
is the context path.
How to do it...
Perform the following steps to set up a context path for JIRA:
- Shut down JIRA if it is running.
- Open up
JIRA_INSTALL/conf/server.xml
in a text editor. - Locate the following line and enter the context path for the path attribute—for example,
path="/jira"
:<Contextpath="/jira"docBase="${catalina.home} /atlassian- jira" reloadable="false" useHttpOnly="true">
- Save the file and restart JIRA. If you are doing this after JIRA is installed, you will have to update JIRA's Base URL option so that its links will reflect the change.
- Then, log into JIRA as an administrator.
- Navigate to Administration | Systems | General Configuration.
- Click on the Edit Settings button.
- Enter the fully qualified URL into JIRA, including the context path in the Base URL field.
- Click on Update to apply the change.
After you have all this set up, you will be able to access JIRA with the new context path and all the links, including the ones from JIRA's notification e-mails, will be the context path in the URL.
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- arc42 by Example
- Java性能權威指南(第2版)
- Symfony2 Essentials
- Learning Laravel's Eloquent
- C語言程序設計
- Learning PHP 7
- Geospatial Development By Example with Python
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Rust游戲開發實戰
- Xcode 6 Essentials
- Swift語言實戰晉級
- Mastering Gephi Network Visualization
- JSP程序設計與案例實戰(慕課版)