- Documentation
- Configuration Property Overview
- Advanced Configuration
- wrapper.anchorfile Property
Index |
|
wrapper.anchorfile |
||||||||
WARNINGDO NOT modify any of these parameters unless you have read this property description. Incorrect settings can cause the Wrapper to fail to operate as expected. Causes the Wrapper to create an anchor file on startup. The Wrapper will monitor the file and then shutdown when it is deleted. The Wrapper can still be shutdown by normal methods. If the anchor file still exists when the Wrapper shuts down, it will be deleted automatically. This property is not set by default. Common values are ./myapp.anchor or /var/run/myapp.anchor.
INFOWhile the property is supported on all platforms, it is most commonly used in combination with the wrapper.ignore_signals property on UNIX systems. In such cases, rather than setting either of these properties manually, it is suggested that the IGNORE_SIGNALS property be uncommented in the shell script that is shipped with the Wrapper. See the wrapper.ignore_signals property for further details. NOTEChanges to the value of this property will not have any effect on the Wrapper if the configuration is reloaded. The Wrapper must be restarted for changes to take effect. |
wrapper.anchorfile.poll_interval |
||||||||
The interval at which the existence of the anchor file is tested can be controlled using the wrapper.anchorfile.poll_interval property. The default value is "5 seconds", with valid values in the range of "1" to "3600" seconds".
NOTEChanges to the value of this property will not have any effect on the Wrapper if the configuration is reloaded. The Wrapper must be restarted for changes to take effect. |
wrapper.anchorfile.group |
||||||||
You can set a "group" for this file. See the wrapper.*.group property.
|
wrapper.anchorfile.umask |
||||||||
You can set a "umask" on this file. See the wrapper.*.umask property.
|
wrapper.anchor.poll_interval |
||||||||
WARNINGUse of this property has been deprecated as of Wrapper version 3.5.31 in favor of the wrapper.anchorfile.poll_interval property. The interval at which the existence of the anchor file is tested can be controlled using the wrapper.anchor.poll_interval property. The default value is "5 seconds", with valid values in the range of "1" to "3600" seconds".
NOTEChanges to the value of this property will not have any effect on the Wrapper if the configuration is reloaded. The Wrapper must be restarted for changes to take effect. |
Reference: PID, ID, Status file |
|
Reference: Signal |
|