I have a web application deployed on the Jboss 4.2.1 server. I can access the application using following URL.
But I am not able to run the application using my machines IP address like below.
http://192.168.0.100:8080/myApp
I want other developers on my network to be able to test the application deployed on my machine using my IP address.
What are the changes that I need to do in the JBoss configuration so that I can access Jboss using the IP address instead of the localhost?
You need to an extra flag while running. ./run.sh -b0.0.0.0