How to disable plugins in Confluence in 6.1+ using Java system properties
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 Server and single node DC (without clustering).
Purpose
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 instead configure this through Java CATALINA_OPTS arguments.
Solution
- 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