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

From OpenKM Documentation
Jump to: navigation, search
m
Line 2: Line 2:
 
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:
 
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
+
./run.sh -b 192.168.0.10
  
 
See also:
 
See also:

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 -b 192.168.0.10

See also:

Only one IP

More info at: