Confluence 2.10 has reached end of life
Check out the [latest version] of the documentation
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.)
Property |
Since |
Default Value |
Module... |
Effect |
|---|---|---|---|---|
|
1.0 |
Any filesystem path |
Confluence and atlassian-config |
If this system property is set, Confluence will ignore the contents of the |
|
1.0 |
|
Confluence |
Enables additional debugging options that may be of use to Confluence developers. Do not enable this flag on a production system. |
|
2.9 |
|
Confluence |
Starts confluence without bundled plugins. May be useful in a development environment to make Confluence start quicker, but since bundled plugins are necessary for some of Confluence's core functionality, this property should not be set on a production system. |
|
1.0 |
|
atlassian-config |
By default, Confluence will only run its database schema update when it detects that it has been upgraded. This flag will force Confluence to perform the schema update on system startup. |
|
1.0 |
|
Confluence |
Confluence will normally log a severe error message if it detects that DEBUG level logging is enabled (as DEBUG logging generally causes a significant degradation in system performance). Setting this property will suppress the error message. |
|
1.0 |
|
Confluence |
Setting this property will cause Confluence to reload its i18n resource bundles every time an internationalised string is looked up. This can be useful when testing translations, but will make Confluence run insanely slowly. |
|
2.4 |
|
atlassian-plugins, atlassian-cache-servlet |
Setting this property will disable conditional get and expires: headers on some web resources. This will significantly slow down the user experience, but is useful in devlopment if you are frequently changing static resources and don't want to continually flush your browser cache. |
|
2.2 |
|
Confluence |
Number of index queue flushes before the index is optimised. See Troubleshooting slow search performance and "Too many open files" problem. |
|
2.4 |
|
Confluence |
If set to "true", will prevent Confluence from retrieving mail for archiving within spaces. Manually triggering "check for new mail" via the web UI will still work. This property has no effect on outgoing mail |
|
1.0 |
|
atlassian-mail |
Disables mail fetching services for IMAP and POP |
|
1.0 |
|
atlassian-mail |
Disables sending of mail |
|
2.10 |
empty |
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.*". |
