Bug 1340823
| Summary: | (6.4.z) Standalone/domain server base directory is not exported correctly by standalone.sh/domain.sh | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Juraj Duráni <jdurani> |
| Component: | distribution | Assignee: | jboss-set |
| Status: | CLOSED NOTABUG | QA Contact: | Petr Kremensky <pkremens> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.8 | CC: | bmaxwell, cobrien, fnasser, jpallich, msochure, pgier |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-14 11:09:04 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1305444 | ||
|
Description
Juraj Duráni
2016-05-30 11:12:06 UTC
You should use the absolute path to the directory, when run from with in the $JBOSS_HOME directory it works because the path is relative. When not in the $JBOSS_HOME directory it would need the absolute path. If an absolute path is not used, then it is considered relative to the directory you are running the command, which when you are in the $JBOSS_HOME directory will work if the base dir you specify exists in that directory. ./domain.sh -Djboss.domain.base.dir=/absolute/path/domain_master ./standalone.sh -Djboss.server.base.dir=/absolute/path/standalone_tmp Closing this as a not a bug. directory should be set relatively to actual directory or as a full path. |