[
https://issues.jboss.org/browse/AS7-4161?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry resolved AS7-4161.
-----------------------------------
Fix Version/s: 7.1.2.Final
Resolution: Done
remote host line for domain controller in default host.xml does not
contain the security-realm parameter
--------------------------------------------------------------------------------------------------------
Key: AS7-4161
URL:
https://issues.jboss.org/browse/AS7-4161
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.1.Final
Reporter: William Bendrot
Assignee: Brian Stansberry
Fix For: 7.1.2.Final
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>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira