Startup check: setting your Confluence home

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

The Confluence Home directory is the folder where Confluence stores its configuration information, search indexes and page attachments. Confluence will fail to start if it can't find the home directory. 

Set or change the home directory

To set or change the Confluence home directory:

  1. <installation-directory>\confluence\WEB-INF\classes\confluence-init.properties を編集します。
  2. ファイルの下部に <home-directory> への絶対パスを入力します。このパスに基づいて、Confluence は起動時に <home-directory>  の場所を見つけます。
     

    Linux で実行する場合...

    confluence.init.properties ファイルは任意のテキスト エディタで編集できます。

    1. この行までテキストをスクロールします:

      # confluence.home=c:/confluence/data
      
    2. この行の先頭にある # と空白を削除し (これにより、Confluence は行をコメントとして扱わなくなります) 、ホーム ディレクトリへの絶対パス (シンボリック リンクとは異なる) を追加します。例:

      confluence.home=/var/confluence-home
    Windows で実行する場合...

    メモ帳またはその他のテキストエディターで confluence-init.properties ファイルを編集できます。

    1. この行までテキストをスクロールします:

      # confluence.home=c:/confluence/data
      
    2. この行の先頭の '#' とスペースを削除します (これにより、Confluence はこの行をコメントと認識しません)。

      confluence.home=c:/data/confluence-home
    3. 別のディレクトリをホームディレクトリとして使用する場合:
      • ディレクトリまたはファイル名のスペースを使用しない。
      • このファイルでパスを定義するにはスラッシュ '/' を使用します。

Home directory location

You can specify any location on disk for your home directory. Some things to be aware of:

  • You must specify an absolute path to your home directory. You can't use a symbolic link.  
  • Your home directory and installation directories must be completley seperate. 
  • Don't locate your home directory inside the Confluence installation directory, as the contents of this directory are removed when you upgrade Confluence. 
  • If you have multiple Confluence instances on the same server, they all need their own, seperate home directory. 

Home directory permissions

Make sure your dedicated Confluence user read, write and execute permissions to the <home-directory>

Linux で実行する場合...

この例では、ホーム ディレクトリの所有権を変更して、ユーザー confluence に読み取り、書き込み、および実行権限を付与しています。

$ chown -R confluence <home-directory>
$ chmod -R u=rwx,go=rwx <home-directory>

Last modified on Mar 31, 2022

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

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