[seam-commits] Seam SVN: r9725 - trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Dec 4 09:54:21 EST 2008


Author: dan.j.allen
Date: 2008-12-04 09:54:20 -0500 (Thu, 04 Dec 2008)
New Revision: 9725

Modified:
   trunk/clustering-howto.txt
Log:
instructions for adding second IP in Windows


Modified: trunk/clustering-howto.txt
===================================================================
--- trunk/clustering-howto.txt	2008-12-04 08:57:09 UTC (rev 9724)
+++ trunk/clustering-howto.txt	2008-12-04 14:54:20 UTC (rev 9725)
@@ -39,12 +39,24 @@
 3. Add <distributable/> as the first child element in WEB-INF/web.xml
 4. Set the distributable property on org.jboss.seam.core.init to true to enabled the ManagedEntityInterceptor
   (i.e., <core:init distributable="true"/> in WEB-INF/components.xml)
-5. Bind a new IP address to the NIC 
+5. Have two IP addresses available (two computers, two network cards, or two IP addresses bound to the same interface).
 
+On *nix, you can bind a new IP address to a network interface using the following command:
+
   /sbin/ifconfig eth1:2 192.168.1.3
 
-replace eth1 with your interface name and make the IP address conform to your network
+Replace eth1 with your interface name and make the IP address conform to your network.
 
+If you're on Windows, follow these steps:
+
+  - Open your network adapter
+  - Click Properties
+  - Select Internet Protocol (TCP/IP) then click Properties
+  - Click Advanced...
+  - Select the IP settings tab and click Add...
+  - Type in an IP address, click Add
+  - Click OK on all open windows
+
 6. Start the master JBoss AS instance on the first IP:
 
   ./bin/run.sh -c all -b 192.168.1.2




More information about the seam-commits mailing list