Thursday, December 31, 2009

Start Jboss Console with Jboss server listen to Ethernet Interface

By Default, the JBOSS admin console will not start with ./run.bat. Enter the following command to start JBoss admin console and listen to Ethernet interface

run $JBOSS_HOME/bin/run.sh -c all -b 0.0.0.0

test the server
http://jboss_server:8080
Test the admin console
http://jboss_server/admin-console with username admin password admin

No comments:

Post a Comment