]
James Perkins commented on WFLY-10588:
--------------------------------------
Before WildFly 11 you were able to override some of the {{jboss.server.*}} properties.
However that could create problems especially for the {{jboss.server.log.dir}} see
WFCORE-350 for the reasons it was changed. You should still be able to use the
{{jboss.domain.log.dir}} to change where the host-controller and process-controller logs
go however.
System property -Djboss.server.log.dir ignored
----------------------------------------------
Key: WFLY-10588
URL:
https://issues.jboss.org/browse/WFLY-10588
Project: WildFly
Issue Type: Bug
Components: Server
Affects Versions: 13.0.0.Final
Environment: java version "9.0.1"
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-93-generic", arch:
"amd64", family: "unix"
Reporter: Gunther v. Wolffersdorff
Assignee: Bartosz Baranowski
When starting a doman host node with jvm parameter -Djboss.server.log.dir this parameter
will not be set for the subsequent server processes.
This was correct in WildFly 10.1.0.Final