Question : How to make JBoss respond to the local ip 192.168.1.xxx

Hi experts,

my JBoss runs on http://localhost, but it does not respond to my computer's local ip in the form of 192.168.1.200

Should I change something on my Linux settings or in JBoss?

Thank you.

Answer : How to make JBoss respond to the local ip 192.168.1.xxx

Jboss server by default only listen on localhost only.

Add the parameter

bin\run.bat -b 0.0.0.0

will make JBoss listen on all the network interfaces. If you only want it to listen on 192.168.1.200, try using
bin\run.bat -b 192.168.1.200
Random Solutions  
 
programming4us programming4us