There are several ways to configure multiple nodes on a single Windows machine.

1)  If you have multiple IP addresses (e.g., wired and wireless connections), 
you can start each node using a separate IP address.  For example -
run.bat -c node1 -b 168.1.68.100

2)  You can use the service-bindings manager to specify  different ports for 
the JBoss services.

A sample bindings file is provided at 
../docs/examples/binding-manager/sample-bindings.xml.  This file contains port 
assignments for servers named ?ports-default?, ?port-01? and ?port-02?.  Copy 
the file to a new location and change the server names in the file to match 
your installation. 

Then modify the your ../conf/jboss-service.xml file for each server to specify 
the use of the service binding manager.  Uncomment the ServiceBindingManager 
mbean and
provide the server name.  You can hardcode it or use a variable name such as 
${jboss.server.name}.  You also need to specify the binding file location 
(e.g., ${jboss.home.url}/server/server-bindings.xml).

Use of the service binding manager is described in the JBoss Admin and Devt 
Guide.

Jerry

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897092#3897092

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897092


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to