For example, a http based locator might be:
http://192.168.10.1:8081
An example Socket based locator might be:
socket://192.168.10.1:9999
An example RMI based locator might be:
rmi://localhost
NOTE: If no hostname is given (e.g., "socket://:5555"), then the hostname will automatically be resolved to the outside IP address of the local machine. If the given hostname is 0.0.0.0 and the system property "jboss.bind.address" is set, then the hostname will be replaced by the value associated with 'jboss.bind.address". @author Jeff Haynie @author Tom Elrod @version $Revision: 5861 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|