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. (Refer to the full instructions.)

プロパティ

利用可能バージョン

既定値

モジュール...

効果

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 が無効になり、期限切れになります。これによってユーザーエクスペリエンスは大幅に遅くなりますが、静的リソースを頻繁に変更していて、ブラウザのキャッシュを継続的に消去したくない場合、開発では役に立ちます。

confluence.optimize.index.modulo

2.2

20

Confluence

Number of index queue flushes before the index is optimised. See Troubleshooting slow search performance and "Too many open files" problem.

confluence.disable.mailpolling

2.4

false

Confluence

"true" に設定されている場合は、Confluence がメールを取得してスペース内にアーカイブするのを妨げます。Web UI を使用する手動の "新規メールの確認" トリガーは動作します。このプロパティは送信メールには影響しません

atlassian.mail.fetchdisabled

1.0

false

atlassian-mail

IMAP と POP のメール フェッチ サービスを無効にします。

atlassian.mail.senddisabled

1.0

false

atlassian-mail

メールの送信を無効にします

org.osgi.framework.bootdelegation

2.10

atlassian-plugins

Comma-separated list of package names to provide from application for OSGi plugins. Typically required when profiling Confluence. For example: "com.jprofiler.*,com.yourkit.*".

関連トピック

システム プロパティの設定