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
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
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
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:
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
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
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
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