[jboss-user] [JBoss and NetBeans] - Re: Bind address

nightnic do-not-reply at jboss.com
Fri Jul 25 13:08:17 EDT 2008


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#4166723

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166723



More information about the jboss-user mailing list