Subordinate WildFly Host Controller Post-Install Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly Unzip Installation")
 
No edit summary
Line 2: Line 2:


* [[WildFly Unzip Installation#Subordinate_Host_Controller_Configuration|WildFly Unzip Installation]]
* [[WildFly Unzip Installation#Subordinate_Host_Controller_Configuration|WildFly Unzip Installation]]
A subordinate host controller does not need to expose its management interface. However, it needs to know the coordinates of the domain controller(s) it will connect to. This is done by setting the values of <tt>jboss.domain.master.address</tt> and <tt>jboss.domain.master.port</tt> in its <tt>$JBOSS_HOME/bin/domain.conf</tt>:
<pre>
HOST_CONTROLLER_JAVA_OPTS="${HOST_CONTROLLER_JAVA_OPTS} -Djboss.domain.master.address=1.2.3.4 -Djboss.domain.master.port=9990"
</pre>
For more details see [[WildFly System Properties#jboss.domain.master.address]] and [[WildFly System Properties#jboss.domain.master.port]].

Revision as of 02:50, 12 February 2016

Internal


A subordinate host controller does not need to expose its management interface. However, it needs to know the coordinates of the domain controller(s) it will connect to. This is done by setting the values of jboss.domain.master.address and jboss.domain.master.port in its $JBOSS_HOME/bin/domain.conf:

HOST_CONTROLLER_JAVA_OPTS="${HOST_CONTROLLER_JAVA_OPTS} -Djboss.domain.master.address=1.2.3.4 -Djboss.domain.master.port=9990"

For more details see WildFly System Properties#jboss.domain.master.address and WildFly System Properties#jboss.domain.master.port.