[jboss-jira] [JBoss JIRA] (AS7-1849) Domain reflects jboss.server.xy properties
Brian Stansberry (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Dec 13 17:42:09 EST 2011
[ https://issues.jboss.org/browse/AS7-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-1849:
----------------------------------
Fix Version/s: Open To Community
(was: 7.1.0.Final)
Assignee: (was: Brian Stansberry)
> Domain reflects jboss.server.xy properties
> ------------------------------------------
>
> Key: AS7-1849
> URL: https://issues.jboss.org/browse/AS7-1849
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, Scripts
> Reporter: Rostislav Svoboda
> Priority: Minor
> Fix For: Open To Community
>
>
> Domain reflects jboss.server.xy properties, tested with jboss.server.log.dir property.
> The same server.log file is used for both server-one and server-two. Only file boot.log is created in domain/servers/server-one/log and domain/servers/server-two/log directory. In my case file server.log contains log only for server-one, there is no log for server-two.
> I think jboss.server.xy properties shouldn't be reflected in domain instances.
> Even structure of https://docs.jboss.org/author/display/AS71/Command+line+parameters implies that jboss.server.xy properties are used for Standalone.
> Reproducer of my steps:
> {code}
> rm -rf domain/servers
> bin/domain.sh -Djboss.server.log.dir=/tmp/
> ls -aR domain/servers/server-one/log
> ls -aR domain/servers/server-two/log
> ls -l /tmp/server*
> {code}
--
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
More information about the jboss-jira
mailing list