Carlo de Wolf [
http://community.jboss.org/people/wolfc] commented on the document
"Multiple instances of JBoss AS7 on the same machine"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-16705#comment-6064
--------------------------------------------------
Note that currently AS 7 needs to be able to find an actual interface which has that ip
address. An easy way to get this is by configuring a virtual interface as such:
{noformat}
$ sudo ifconfig lo:1 127.0.0.2
{noformat}
--------------------------------------------------