Documentation for Confluence 2.5.4 - 2.5.8.
Documentation for [Confluence Cloud] and the latest Confluence Server is available too.

Confluence has a small number of obscure configuration and debugging settings that can be enabled through Java system properties. System properties are usually set by passing the -D flag to the Java virtual machine in which Confluence is running.

プロパティ

利用可能バージョン

Possible Values

モジュール...

効果

confluence.home

1.0

任意のファイルシステム パス

Confluence and atlassian-config

このシステム プロパティが設定されている場合、Confluence は confluence-init.properties ファイルの内容を無視し、このプロパティを Confluence ホーム ディレクトリの設定として使用します。

confluence.devmode

1.0

true

Confluence

Enables additional debugging options that may be of use to Confluence developers. Do not enable this flag on a production system.

atlassian.forceSchemaUpdate

1.0

true

atlassian-config

既定では、Confluence はアップグレードされたことを検出したときにのみ、データベース スキーマの更新を実行します。このフラグによって、Confluence はシステム起動時にスキーマの更新を自動的に実行します。

confluence.ignore.debug.logging

1.0

true

Confluence

デバッグ レベル ログが有効であることを検出した場合、Confluenceでは重大なエラーメッセージがログに記録されるのが普通です。(一般的に、デバッグログはシステムのパフォーマンスを大幅に低下させる原因となるためです)。このプロパティを設定すると、エラーメッセージが抑制されます。

confluence.i18n.reloadbundles

1.0

true

Confluence

このプロパティを設定すると、Confluence は国際化文字列が検索されるたびに、i18 n リソース バンドルをリロードします。これは翻訳をテストするときに役立ちますが、Confluenceの実行が非常に遅くなります。

atlassian.disable.caches

2.4

true

atlassian-plugins, atlassian-cache-servlet

このプロパティを設定すると、Web リソース上のヘッダーに対する条件付き GET が無効になり、期限切れになります。これによってユーザーエクスペリエンスは大幅に遅くなりますが、静的リソースを頻繁に変更していて、ブラウザのキャッシュを継続的に消去したくない場合、開発では役に立ちます。