Java Reference
In-Depth Information
first host has an IP address of 192.168.1.10 , we can start the first host with the fol-
lowing code snippet:
domain.sh \
-host-conifg=host.xml
-b 192.168.1.10 \
-Djboss.domain.master.address=192.168.1.1 \
-Djboss.bind.address.management=192.168.1.10
The second host ( 192.168.1.11 ) can be started with the following code snippet:
domain.sh \
-host-conifg=host.xml
-b 192.168.1.11 \
-Djboss.domain.master.address=192.168.1.1 \
-Djboss.bind.address.management=192.168.1.11
Search WWH ::




Custom Search