Move Application* and *FileWriter classes
Move `ApplicationHome`, `ApplicationPid` and `ApplicationTemp` to the `system` package. Since `system` package is now much lower level, the existing `FileWriter` implementations also needed to move to prevent package tangles. Fixes gh-8614
This commit is contained in:
@@ -1337,8 +1337,8 @@ useful for process monitoring:
|
||||
|
||||
* `ApplicationPidFileWriter` creates a file containing the application PID (by default,
|
||||
in the application directory with a file name of `application.pid`).
|
||||
* `EmbeddedServerPortFileWriter` creates a file (or files) containing the ports of the
|
||||
embedded server (by default, in the application directory with a file name of
|
||||
* `WebServerPortFileWriter` creates a file (or files) containing the ports of the
|
||||
running web server (by default, in the application directory with a file name of
|
||||
`application.port`).
|
||||
|
||||
By default, these writers are not activated, but you can enable:
|
||||
|
||||
Reference in New Issue
Block a user