Bug 1091198

Summary: Domain directory properties only work on specific operating systems
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: dereed
Component: Scripts and CommandsAssignee: James Perkins <jperkins>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: urgent Docs Contact:
Priority: urgent    
Version: unspecifiedCC: cdewolf, fnasser, jason.greene, jawilson, jperkins, kkhan, myarboro, pgier
Target Milestone: ER1   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Other   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:42:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description dereed 2014-04-25 07:57:33 UTC
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.

Comment 9 dereed 2014-11-21 18:01:50 UTC
The same issue is present in standalone.sh.

Comment 11 Petr Kremensky 2014-11-27 13:55:18 UTC
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.

Comment 13 Petr Kremensky 2014-12-08 07:33:53 UTC
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

Comment 15 Petr Kremensky 2015-01-14 13:10:43 UTC
Verified on EAP 6.4.0.ER1

Comment 16 JBoss JIRA Server 2015-01-14 13:28:56 UTC
Tomaz Cerar <tomaz.cerar> updated the status of jira WFLY-3285 to Resolved