By default, JBoss only binds to localhost. This is the default value.
The easiest way to change this is to run JBoss with the -b flag, indicating which address to bind to, for example
run.bat -b 192.168.1.100
(or using any running script you are using)
source
share