Gernot P created AS7-5233:
-----------------------------
Summary: different startup behaviour: commandline parameters and
jboss.properties files
Key: AS7-5233
URL:
https://issues.jboss.org/browse/AS7-5233
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1.Final
Reporter: Gernot P
Assignee: Jason Greene
Starting my domain with
${JBOSS_HOME}/bin/domain.sh -Djboss.domain.base.dir=/domain1
the host-controller.log and process-controller.log are written (as expected) to
/domain1/log
But starting my domain with
${JBOSS_HOME}/bin/domain.sh --properties=/domain1/jboss.properties
where /domain1/jboss.properties contains following line
jboss.domain.base.dir=/domain1
the host-controller.log and process-controller.log are written to
${JBOSS_HOME}/domain/log
The same result (logfiles are written to ${JBOSS_HOME}/domain/log) with
/domain1/jboss.properties with following two lines:
jboss.domain.base.dir=/domain1
jboss.domain.log.dir=/domain1/log
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira