You can open run.bat and close to the end of the file under :RESTART label you will see a
long line, ending with %*. This marks all command line parameters of bat file to be passed
to java.exe. You need to add -b parameter at the end of the line so it looks like this:
<some long command line> %* -b <your ip address>.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166723#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...