Try running activemq as a foreground process like this from the 
<active-mq-install-folder>/bin folder - 

./activemq console

You should see something like below. One of the lines say "ActiveMQ WebConsole 
available at http://0.0.0.0:8161/";, do you see it? 

 INFO | Connector stomp started
 INFO | Listening for connections at: 
mqtt://localhost.localdomain:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600
 INFO | Connector mqtt started
{}
 INFO | Listening for connections at 
ws://localhost.localdomain:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600
 INFO | Connector ws started
 INFO | Apache ActiveMQ 5.11.1 (localhost, 
ID:localhost.localdomain-42841-1438695316176-0:1) started
 INFO | For help or more information please see: http://activemq.apache.org
 INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/
 INFO | Initializing Spring FrameworkServlet 'dispatcher'
 INFO | jolokia-agent: No access restrictor found at 
classpath:/jolokia-access.xml, access to all MBeans is allowed


61616 is the broker listen port, so doing http://localhost:61616/admin wont 
work because it is expecting TCP connections.

----- Original Message -----
From: "jp1" <jasminepe...@yula.org>
To: users@activemq.apache.org
Sent: Tuesday, August 4, 2015 9:00:45 AM
Subject: Web console not working

I'm trying to use the web console for apache activemq, and it's not working.
When I direct my browser to http://localhost:8161/admin I get a http page
not found error, and when I try it on 61616 I'm getting a few words
surrounded by symbols that aren't fully showing up. I have the broker
running and the jetty file is saying the port should be 8161 but that
doesn't seem to be working. Any suggestions would be appreciated! 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Web-console-not-working-tp4700365.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to