wrapper.commandfile |
||||||||||
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. File which will be monitored for commands to be executed. This property is not set by default. This property has no use for most applications, but it can be useful to external applications which need to control the Wrapper in a cross-platform manner. If this property is set, the Wrapper will check at regular intervals for the existence of the specified file. When found, the file will be opened and all commands will be executed in order. The file will be deleted at the completion of the commands.
NOTESecurity Risk: Be aware that the use of this property can pose a security risk, as the Wrapper can be controlled simply by creating a text file. For this reason, make sure that the permissions on the directory containing the command file are set appropriately.
|
wrapper.commandfile.enable_tests |
||||||||
Some of the commands related to testing are disabled by default for security reasons. Setting this property to TRUE will make it possible to use test commands. The default value is "FALSE".
The following Test Commands can be valid:
NOTEBe aware that some test commands can cause the Wrapper or the JVM to become unstable. These are meant only for testing and should never be enabled in production servers. |
wrapper.commandfile.poll_interval |
wrapper.command.poll_interval |
||||||||
WARNING
Use of this property has been deprecated as of Wrapper version 3.5.31 in favor of the
wrapper. The regular interval at which the existence of the command file is tested can be controlled by using this property. The default value is 5 seconds, with valid values in the range of "1" to "3600" seconds".
|
Reference: Command File |
|