[jboss-jira] [JBoss JIRA] Resolved: (JBAS-8488) Domain model paths
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Mon Nov 1 05:04:54 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber resolved JBAS-8488.
---------------------------------------
Fix Version/s: 7.0.0.Alpha1
(was: 7.0.0.Beta1)
Resolution: Done
> Domain model paths
> ------------------
>
> Key: JBAS-8488
> URL: https://jira.jboss.org/browse/JBAS-8488
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Emanuel Muckenhuber
> Fix For: 7.0.0.Alpha1
>
>
> Ability to define paths in the domain model and then refer to them in other model elements. Similar notion to interfaces and socket bindings.
> Paths can be declared at the domain level but not fully specified:
> <path name="tmp.dir"/>
> At the server level they would need to be fully specified. This could be done at the host or server level:
> <path name="tmp.dir" path="/tmp"/>
> Paths can reference other paths:
> <path name="tmp.examples" path="examples" relative-to"tmp.dir"/>
> The system will some default paths that are not changeable by the user but can be referenced in other paths' "relative-to" attribute or in other model elements, e.g.:
> jboss.home
> user.home
> jboss.server.dir
> These paths are not changeable by the user because the system needs to know what they are before configuration file parsing can be done.
> The system will also include some other "standard" paths that can be referenced in other paths' "relative-to" attribute or in other model elements and whose meaning can be changed by the user, e.g.:
> jboss.server.data.dir
> jboss.server.log.dir
> jboss.server.tmp.dir
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list