Re: 404 on admin page

2008-10-30 Thread Dejan Bosanac
Hi, you set your Jetty to load application from webapps/admin, so you need to have it your project. If you need more details on how to integrate the web console in your project using maven, take a look at the following article http://www.nighttale.net/onjava/integrating-activemq-web-console.html

Re: 404 on admin page

2008-10-30 Thread Ian Christian
No, my project isn't a webapp at all - I'm just trying to get the integrated admin pages working. Are there additional steps I need to take to get them to function? Thanks, Ian 2008/10/30 Dejan Bosanac <[EMAIL PROTECTED]> > Hi Ian, > > are you sure you have webapps/admin folder in your project

Re: 404 on admin page

2008-10-30 Thread Dejan Bosanac
Hi Ian, are you sure you have webapps/admin folder in your project? 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 Ian Christian wrote: > Hi all, >

404 on admin page

2008-10-29 Thread Ian Christian
Hi all, I'm having issues getting the jetty admin interface working when running activemq from maven with 'mvn activemq:run'. I get "2008-10-29 16:32:27.474::INFO: [EMAIL PROTECTED] at http://0.0.0.0:8161/admin"; in the output, however hitting that URL gives me a 404. My activemq.xml and pom.xm