JIRA ホーム ディレクトリ

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

”JIRA Home Directory” には JIRA の機能性の定義に関連する重要なデータがあります。このドキュメントでは、JIRA Home Directory 内にある各種ファイルとサブディレクトリの目的を概説します。

If JIRA was installed using the automated Windows or Linux installers, the default location of the JIRA Home Directory is:

  • C:\Program Files\Atlassian\Application Data\JIRA (Windows)、または
  • /var/atlassian/application-data/jira (Linux の場合)

If you install JIRA from an archive file, the JIRA Home Directory can be any suitable location that is accessible by your JIRA installation. Typical example locations might be:

  • C:\jira\home (Windows)、または
  • /var/jira-home (Linux または Solaris の場合)

(warning) However, avoid locating the JIRA Home Directory inside the JIRA Installation Directory.

(tick) For information on specifying the location of the JIRA Home Directory, please see Setting your JIRA Home Directory.

重要なファイル

dbconfig.xml

This file (located at the root of your JIRA Home Directory) defines all details for JIRA's database connection. This file is typically created by running the JIRA Setup Wizard on new installations of JIRA or by configuring a database connection using the JIRA Configuration Tool.

You can also create your own dbconfig.xml file. This is useful if you need to specify additional parameters for your specific database configuration, which are not generated by the Setup Wizard or JIRA Configuration Tool. For more information, refer to the 'manual' connection instructions of the appropriate database configuration guide in the Connecting JIRA to a Database section.

jira-config.properties

This file (also located at the root of your JIRA Home Directory) stores custom values for most of JIRA's advanced configuration settings. Properties defined in this file override the default values defined in the jpm.xml file (located in your JIRA Installation Directory). See Advanced JIRA Configuration for more information.

(info) In new JIRA installations, this file may not initially exist and if so, will need to be created manually. See  Making changes to the jira-config.properties file for more information. This file is typically present in JIRA installations upgraded from version 4.3 or earlier, whose advanced configuration options had been customized (from their default values).

重要なサブディレクトリ

data

This directory contains application data for your JIRA instance, including attachments (for every version of each attachment stored in JIRA).

export

JIRA はこのディレクトリに automated backup archives を配置します。

log

JIRA はこのディレクトリにログを配置します。(注意: JIRA ホーム ディレクトリが設定されていない場合、これらのログは代わりにその時点のワーキング ディレクトリに配置されることになります)。

このログは、最初のログメッセージが書き込まれた時点で作成されます。例えば、内部アクセスログは、JIRA が書き込みを始めるまで作成されません。

You can change the location of the log file using log4j.properties as described in the documentation on Logging and Profiling.

plugins

これは、アトラシアンの Plugin Framework 2 (例: 'Plugins 2' プラグイン) に基づいて構築されたプラグインが保管されているディレクトリです。新しい 'Plugins 2' プラグインをインストールする場合、installed-plugins サブディレクトリ配下にあるこのディレクトリにデプロイする必要があります。

'Plugins 1' plugins should be stored in the JIRA Installation Directory.

このディレクトリが存在しない場合は、 JIRA 起動時に作成されます。

caches

このディレクトリに、 JIRA は下記を含むキャッシュを格納します:

これらのファイルは JIRA のパフォーマンスに不可欠なものなので、JIRA 実行中に外部から変更または削除してはなりません。

See Search Indexing for further details.

tmp

多様な実行時の機能 (インポート、エクスポート、ファイルのアップロード、インデックス) で作成された一時的なコンテンツはすべて、このディレクトリに格納されます。

JIRA 実行中にこのディレクトリからファイルを削除できますが、JIRA をシャットダウンしてからこのディレクトリのコンテンツを変更することを推奨します。

最終更新日 2013 年 9 月 16 日

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

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