Difference between revisions of "Several JBoss in the same server"
From OpenKM Documentation
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 | + | ./run.sh -b 192.168.0.10 |
See also: | See also: |
Revision as of 17: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: