wrapper.java.share_configuration

Compatibility :3.6.0
Editions :Professional EditionStandard EditionCommunity Edition
Platforms :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/Linux

When the Wrapper launches a JVM, it shares most of its configuration properties with it. From the Java code, it is then possible to call WrapperManager.getProperties() to access the list of properties.

The wrapper.java.share_configuration property can be used to specify which configuration properties will be shared with the JVM.

Currently two levels of sharing are possible:

  • DEFAULT: To share all configuration except those that can contain sensitive data.

  • ALL: To share all configuration.

The default value is DEFAULT.

Example: (Share all the configuration with the JVM)
wrapper.java.share_configuration=ALL