WildFly Domain Controller Post-Install Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 30: Line 30:
</host>
</host>
</pre>
</pre>
More details about the host name are available here: [[host.xml|Host_Name|host.xml host name]].





Revision as of 03:59, 12 February 2016

Internal

Overview

This procedure is part of WildFly Unzip Installation. Once completed, return to WildFly Unzip Installation to continue the post-install procedure.

Local Domain Controller

For the domain controller, the host and the domain controller are collocated, so the host controller configuration file host.xml should specify a local domain controller:

<domain-controller>
       <local/>
</domain-controller>

This is the default configuration.

host.xml Host Name

The host.xml comes with default conventional host names. However, if building a custom environment, it's a good idea to change the host name to match the actual host name the domain controller runs on. This will make the information displayed by various console more descriptive and user friendly.

Example:

<host name="dc1" xmlns="urn:jboss:domain:1.7">
    ...
</host>

More details about the host name are available here: Host_Name|host.xml host name.


A domain controller must be accessible via its management interface from the management network. Subordinate host controllers get their configuration that way. Details on how to configure jboss.bind.address.management are available here:

Setting 'jboss.bind.address.management' for domain controllers