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