Java Reference
In-Depth Information
...
<domain-controller>
<local/>
</domain-controller>
...
</host>
In case your domain controller is located on a remote host, the preceding configur-
ation requires to specify the remote domain controller host and its port (in this ex-
ample we have added some variables as placeholders):
<host name="master"
xmlns="urn:jboss:domain:1.3">
...
<domain-controller>
<remote
host="${jboss.domain.master.address}"
port="${jboss.domain.master.port}" />
</domain-controller>
...
</host>
Finally, you need to create a management user that will be used to establish a con-
nection between the slave nodes and the domain controller. For this purpose, launch
the add-user.sh/add-user.cmd script, which is located in JBOSS_HOME/bin of
your distribution:
Search WWH ::




Custom Search