Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-18

Domain model paths

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.0.0.Alpha1
    • None
    • Domain Management
    • None

    Description

      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

      Attachments

        Activity

          People

            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: