Monday, December 7, 2009

Access jboss from other servers

While starting the server pass the IP address using the -b option. For eg: if you want to access the page using IP address, start the servers using the following command.

run.bat -b 192.168.66.1

Where 192.168.66.1 is your IP address or if you want it to be for all the IPs instead of one, use

run.bat -b 0.0.0.0

No comments: