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

remote host line for domain controller in default host.xml does not contain the security-realm parameter

    XMLWordPrintable

Details

    Description

      The default host.xml contains a commented line indicating what the configuration is when setting up host.xml on a host controller that must connect to a remote domain controller. This line is missing the security-realm parameter that is required.

      Current:
      <domain-controller>
      <local/>
      <!-- Alternative remote domain controller configuration with a host and port -->
      <!-- <remote host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9999}"/> -->
      </domain-controller>

      Should be:
      <domain-controller>
      <local/>
      <!-- Alternative remote domain controller configuration with a host and port -->
      <!-- <remote host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9999}" security-realm="ManagementRealm"/> -->
      </domain-controller>

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bbendrot_jira William Bendrot (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: