Hi! I installed ActiveMQ 5.5.0 on my Windows machine, and it had a web console (http://localhost:8161/admin) working out of the box.
Then I installed ActiveMQ (same version) on a remote Linux box (IP: AAA.BBB.CCC.DDD), but whenever I point the browser to http://AAA.BBB.CCC.DDD:8161/admin I get the "Unable to connect" error in the browser. The network connection is there, I can connect to AAA.BBB.CCC.DDD via ssh and to another web application running on the same server. Therefore I think that the cause of the problem is wrong configuration of the embedded Jetty server of ActiveMQ. How can fix the problem, i. e. enable the access to the web console from a remote browser? Notes: 1) When I execute activemq start, I get following messages in the log file: 2011-08-06 15:16:58,174 | INFO | Connector openwire Started | org.apache.activemq.broker.TransportConnector | main 2011-08-06 15:16:58,176 | INFO | ActiveMQ JMS Message Broker (localhost, ID:Ubuntu-1010-maverick-64-minimal-35153-1312636617830-0:1) started | org.apache.activemq.broker.BrokerService | main 2011-08-06 15:16:58,234 | INFO | jetty-7.1.6.v20100715 | org.eclipse.jetty.util.log | main 2011-08-06 15:16:58,555 | INFO | ActiveMQ WebConsole initialized. | org.apache.activemq.web.WebConsoleStarter | main 2011-08-06 15:16:58,735 | INFO | Initializing Spring FrameworkServlet 'dispatcher' | /admin | main 2011-08-06 15:16:58,940 | INFO | ActiveMQ Console at http://0.0.0.0:8161/admin | org.eclipse.jetty.util.log | main 2011-08-06 15:16:59,249 | INFO | Initializing Spring root WebApplicationContext | /camel | main 2011-08-06 15:16:59,761 | INFO | OSGi environment not detected. | org.apache.camel.spring.handler.CamelNamespaceHandler | main 2) activemq.xml contains the line <import resource="jetty.xml"/> Thanks in advance Dmitri P. S.: You can earn StackOverflow reputation by answering this question at http://stackoverflow.com/questions/6947224/activemq-console-not-available -- View this message in context: http://activemq.2283324.n4.nabble.com/Web-console-doesn-t-work-tp3723373p3723373.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
