How to disable plugins in Confluence in 6.1+ using Java system properties
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
These parameters will be ignored and do not work as intended if clustering is enabled in Confluence even if it is a single node cluster. They work for Confluence Server and single node Confluence Data Center (without clustering).
目的
Confluence added the ability to disable all plugins at start-up using a command-line argument. If you would rather have this set permanently or launch Confluence as a service, you can configure it through Java CATALINA_OPTS
arguments.
ソリューション
- Use the appropriate method to set System Properties for your operating system from Configuring System Properties
- Make the following changes:
If Confluence is running on Linux or is launched manually on Windows using start-confluence.bat
If Confluence is running via a Windows service:
- Stop and Start the Confluence service