- 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.
推薦閱讀
- Python程序設(shè)計(jì)教程(第2版)
- Twilio Best Practices
- 基于差分進(jìn)化的優(yōu)化方法及應(yīng)用
- Java軟件開發(fā)基礎(chǔ)
- Mastering ServiceNow(Second Edition)
- Symfony2 Essentials
- 青少年信息學(xué)競(jìng)賽
- Java編程從入門到精通
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- 硬件產(chǎn)品設(shè)計(jì)與開發(fā):從原型到交付
- 并行編程方法與優(yōu)化實(shí)踐
- Practical GIS
- The Statistics and Calculus with Python Workshop
- Magento 2 Developer's Guide
- C++ Game Development Cookbook