[jboss-jira] [JBoss JIRA] (AS7-4161) remote host line for domain controller in default host.xml does not contain the security-realm parameter
William Bendrot (JIRA)
jira-events at lists.jboss.org
Tue Mar 13 21:40:47 EDT 2012
William Bendrot created AS7-4161:
------------------------------------
Summary: 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
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
More information about the jboss-jira
mailing list