JBoss Tools – Allow remote access to localhost:8080

eclipsejboss

I'm working on Eclipse 3.5 with JBoss Tools, and even though I remember doing it before, I haven't been able to make my JBoss running instance from Eclipse available to other computers on the network.

If I try to change the program arguments:

-b localhost

The program reports:

The Host can only be changed in the
Server Editor.

Best Answer

OK, that was dumb from me.

[Solution]: Change the Host Name on the Server Edition (that's the view you get when you double click on your JBoss instance on the Servers view). If you enter "0.0.0.0" as the host name, that will make JBoss listen on all network interfaces. Nevermind...