Understand startup and shutdown scripts in Jira server
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
目的
This article gives details on how to start and stop JIRA using the scripts provided with JIRA
ソリューション
Linux
Scripts used to start and stop JIRA applications are located inside of <JIRA_INSTALL>/bin
Starting JIRA
Script Name | 機能 | オプション |
---|---|---|
start-jira.sh | Starts JIRA applications as the user defined inside user.sh
| To run JIRA applications in the foreground, use "start-jira.sh -fg"
|
startup.sh | Starts JIRA applications by executing "catalina.sh start"
|
Stopping JIRA
Script Name | 機能 |
---|---|
stop-jira.sh | Stops JIRA applications as the user defined inside user.sh |
shutdown.sh | Stops JIRA applications as the user executing shutdown.sh
|
Windows
Scripts used to start and stop JIRA applications are located inside of <JIRA_INSTALL>/bin
Starting JIRA
Script Name | 機能 | オプション |
---|---|---|
start-jira.bat | Executes startup.bat or catalina.bat depending on options used
| To run JIRA applications in the foreground, use "start-jira.bat -fg"
|
startup.bat | Starts JIRA by executing "catalina.bat start"
|
Stopping JIRA
Script Name | 機能 |
---|---|
stop-jira.bat | Runs shutdown.bat |
shutdown.bat | Stops JIRA applications by running "catalina.bat stop" |