Difference between revisions of "Several JBoss in the same server"

From OpenKM Documentation
Jump to: navigation, search
Line 3: Line 3:
 
   
 
   
 
./run.sh -c node1 -b 192.168.0.10
 
./run.sh -c node1 -b 192.168.0.10
 +
 +
See also:
 +
* [http://ubuntuforums.org/showthread.php?t=555319 Create virtual interface in Ubuntu]
 +
* [http://lazysystemadmin.blogspot.com/2010/05/add-virtual-interfaces-in-linux-quick.html Add Virtual Interfaces in Linux]
  
 
== Only one IP ==
 
== Only one IP ==

Revision as of 18:05, 20 October 2010

Using multiple IPs

If your server has several IP addresses assigned, the preferred solution is to use the -b command line option to bind each instance of JBoss AS to a particular IP address:

./run.sh -c node1 -b 192.168.0.10

See also:

Only one IP

More info at: