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 documentation (http://www.mortbay.org/jetty/) on how
to configure it from Java

Cheers

-- 
Dejan Bosanac


http://www.ttmsolutions.com - get a free ActiveMQ user guide

ActiveMQ in Action - http://www.manning.com/snyder/
Scripting in Java - http://www.scriptinginjava.net



darrickc wrote:
> I have an embedded broker completely configured through java code (no
> deployable xml files). When I point my browser to the web console I just get
> a 404, and an lsof shows that nothing is listening on 8161. Is it possible
> to use the web console with a broker setup only with java code? I'm fine
> with using the webserver that comes with ActiveMQ, and I'm fine with the
> 8161 port. I've seen both:
> http://www.nighttale.net/onjava/integrating-activemq-web-console.html
>
> and 
>
> http://activemq.apache.org/web-console.html
>
> My goal is to be able to access the web console without adding any
> additional configuration outside of our java server; any help would be
> greatly appreciated.
>   

Reply via email to