1 Reply Latest reply on Jul 25, 2008 1:08 PM by nightnic

    Bind address

    cubone

      When you start jboss from the command line you can add -b my.address to bind it to that address. How can I set the bind address when I start jboss within NetBeans?

        • 1. Re: Bind address

          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>.