Hosted by:
SourceForge
Get Firefox!

wrapper.restart.reload_configuration Property
wrapper.restart.reload_configuration Property
Configuration Property Overview
wrapper.restart.reload_configuration

Controls whether or not the Wrapper configuration file will be reloaded in the event of a JVM restart. Defaults to FALSE.

Example:
wrapper.restart.reload_configuration=TRUE

This property can be useful when an application needs to be able to modify its own configuration. An example would be adding downloaded jars to the classpath and then restarting.

If portions of the configuration need to be created dynamically, consider making use of the #include syntax in the main configuration file and then writing the dynamic values to a separate file. This can greatly simplify the generation of that section of the configuration.

NOTE

The Wrapper will not reload the configuration file unless this property is set. This means that it is not possible to enable the reloading of the configuration without restarting the Wrapper.

It is however possible to disable configuration reloading by setting the property value to FALSE or removing the property all together. But be aware that once this has been done and the JVM restarted, it will not be possible to reenable without restarting the Wrapper.

by Leif Mortenson

last modified: