Difference between revisions of "Several JBoss in the same server"
From OpenKM Documentation
Line 1: | Line 1: | ||
+ | == 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 | ||
+ | |||
+ | == Only one IP == | ||
+ | |||
More info at: | More info at: | ||
* http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/Shutdown.java.html | * http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/Shutdown.java.html |
Revision as of 17:01, 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
Only one IP
More info at: