domain.sh only parses -Djboss.domain.base.dir, -Djboss.domain.log.dir, and -Djboss.domain.config.dir (used to set -Dlogging.configuration and -Dorg.jboss.boot.log.file) on Linux, Solaris, and OS X. It does not attempt to parse these (and therefore does not set the logging properties correctly) on any other OS, including AIX.
The same issue is present in standalone.sh.
There is problem with -Djboss.domain.log.dir on Solaris10 hosts, see https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-6x-scripts-dirs_change-solaris/ other certified combinations are working as expected.
https://github.com/jbossas/jboss-eap/pull/2082 breaks the usage on windows (domain.bat). -Djboss.server.base.dir -> -Djboss.domain.base.dir -Djboss.server.config.dir -> -Djboss.domain.config.dir -Djboss.server.log.dir -> -Djboss.domain.log.dir
Verified on EAP 6.4.0.ER1
Tomaz Cerar <tomaz.cerar> updated the status of jira WFLY-3285 to Resolved