Understand startup and shutdown scripts in Jira server
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
目的
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" |