12/19/2014

JBoss: Running Multiple server on same machine but on different port

Please go into the bin directory of your jboss server.

We normally start the jboss server by following command and it runs on the default port mentioned in the jboss configuration file.

/> ./run.sh &

http://localhost:8080/

we can also start the server by binding with the IP address or host name,

/> ./run.sh -b 192.168.1.220 &

http://192.168.1.220:8080/