Index |
|
wrapper.statusfile |
||||||||
File to write the current Wrapper status to. This property is not set by default. This property has no use for most applications. It can be useful to external applications which need to monitor the Wrapper's state however. If this property is set, a file containing the latest status of the Wrapper process will be written to the specified location when the process is launched and then whenever the internal status changes. The file will be deleted when the Wrapper process has terminated.
NOTAThe Wrapper needs to be able to open and then write to this file whenever its status is changed. The Wrapper does include code which allows for the file being briefly locked by an external process. However, the Wrapper will fail with a warning in the log if the file remains locked for more that 1 second. This will not affect the operation of the Wrapper. Status Indication: The file is formatted as a one line text file with a single token indicating the current Wrapper status. Possible values include:
NOTAChanges to the value of this property will not have any affect on the Wrapper if the configuration is reloaded. The Wrapper must be restarted for changes to take effect. |
wrapper.statusfile.group |
||||||||
You can set "group" for this file.
See the wrapper.
|
wrapper.statusfile.umask |
||||||||
You can set "umask" on this file.
See the wrapper.
|
Referencia: Archivos PID, ID y de Estatus |
|