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

  • Executes "startup.sh" as the defined user when used with no options

To run JIRA applications in the foreground, use "start-jira.sh -fg"

  • This option executes "catalina.sh run" as the defined user which causes JIRA applications to run in the foreground
startup.sh

Starts JIRA applications by executing "catalina.sh start"

  • This will run JIRA applications in the background
  • JIRA applications will run as the user who executes startup.sh

Stopping JIRA

Script Name

機能
stop-jira.shStops JIRA applications as the user defined inside user.sh
shutdown.sh

Stops JIRA applications as the user executing shutdown.sh

  • This is a typical Tomcat shutdown.sh file


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

  • Executes "startup.bat" when used with no options

To run JIRA applications in the foreground, use "start-jira.bat -fg"

  • This option executes "catalina.bat run" which causes JIRA applications to run in the foreground
startup.bat

Starts JIRA by executing "catalina.bat start"

  • This will run JIRA applications in the background

Stopping JIRA

Script Name

機能
stop-jira.batRuns shutdown.bat
shutdown.bat

Stops JIRA applications by running "catalina.bat stop"

説明 This article gives details on how to start and stop JIRA using the scripts provided with Jira
製品Jira
プラットフォームServer
最終更新日 2019 年 9 月 25 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.