Re: Web console not working

2015-08-07 Thread artnaseef
Yup - make sure the broker is actually listening on 8161. And attempting to connect to 61616 will get some garbled output from the initial handshake of the OpenWire protocol, so it sounds like the broker is listening properly on 61616 based on the Ops description. -- View this message in conte

Re: Web console not working

2015-08-04 Thread Ganesh Murthy
Try running activemq as a foreground process like this from the /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 connection

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread James Strachan
2008/11/26 darrickc <[EMAIL PROTECTED]>: > > Ahh, ok. Thank you for your help I'll work with your suggestions! BTW here's how we boot up the admin console in the source code using Java and no spring/XML... http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/test/java/org/apache/ac

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread darrickc
Ahh, ok. Thank you for your help I'll work with your suggestions! James.Strachan wrote: > > 2008/11/26 darrickc <[EMAIL PROTECTED]>: >> >> I'm confused. It seems that the WebConsole-README.txt that comes with >> ActiveMQ 5.1 contradicts what you say... The first sentence in the file >> states:

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread James Strachan
2008/11/26 darrickc <[EMAIL PROTECTED]>: > > I'm confused. It seems that the WebConsole-README.txt that comes with > ActiveMQ 5.1 contradicts what you say... The first sentence in the file > states: > In the default configuration ActiveMQ automatically starts the web console > in the > same VM as t

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread darrickc
I'm confused. It seems that the WebConsole-README.txt that comes with ActiveMQ 5.1 contradicts what you say... The first sentence in the file states: In the default configuration ActiveMQ automatically starts the web console in the same VM as the broker. The console is accessibly under http://loca

Re: Web console not working with embedded broker setup via java with no xml configuration.

2008-11-26 Thread Dejan Bosanac
Hi, in order to use web console you have to start web server (Jetty) and deploy web console application to it. You can find application war at the following url: http://repo2.maven.org/maven2/org/apache/activemq/activemq-web-console/5.2.0/activemq-web-console-5.2.0.war and consult Jetty document

Re: Web Console not working

2007-04-12 Thread Mario Siegenthaler
Newbie question: I just downloaded the binarry install for activemp 4-1-1. When I go through the 'getting started' steps, I can't access the web console. the trace doesn't show any reference to a web server (shoud it be jetty ?) the http://localhost:8161/admin doesn't seem to be responding. As