You'l need to run multiple copies of your server, using different node names such as node1 and node2. Copy the 'all' server configuration to to create the new servers. You can then start a server using "run.bat -c node1"
You'll also need to vary the port addresses of the second server if you're running on a single machine. This can be accomplished either through the use of multiple IP addresses on your machine (e.g., wired and wireless IP addresses) or via the JBossBindingManager. If you use multiple IP addresses, use "run -c YourNode -b YourIP" to specify the IP address of the server. If you use a single IP address, use the JBossBindingManager as described in JBoss online documentation. If you want loadbalancing and failover, you'll need loadbalancing software such as Apache mod_jk. The JBossAS Clustering Guide available online describes how to install, configure and use this software. Jerry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899277#3899277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899277 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
