I have a working ActiveMQ setup on Ubuntu Server. Now I am trying to set up a JBoss-AMQ on Red Hat 6. I am able to run the service,
Please wait, JBoss A-MQ is initializing...
100% [========================================================================]
_ ____ __ __ ____
| | _ \ /\ | \/ |/ __ \
| | |_) | ___ ___ ___ / \ ______| \ / | | | |
_ | | _ < / _ \/ __/ __| / /\ \______| |\/| | | | |
| |__| | |_) | (_) \__ \__ \ / ____ \ | | | | |__| |
\____/|____/ \___/|___/___/ /_/ \_\ |_| |_|\___\_\
JBoss A-MQ (6.0.0.redhat-024)
http://www.redhat.com/products/jbossenterprisemiddleware/amq/
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown JBoss A-MQ.
However, I am unable to access ActiveMQ's web console. I see the port 8161 open using Netstat, I also added the webconsole user:password on the config file on /etc/user.properties and /etc/system.properties. I can't figure out how to access the web console. Does any one know how?
Thanks