Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 50179 invoked from network); 29 Oct 2008 17:11:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 17:11:14 -0000 Received: (qmail 16230 invoked by uid 500); 29 Oct 2008 17:11:19 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 16208 invoked by uid 500); 29 Oct 2008 17:11:19 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 16197 invoked by uid 99); 29 Oct 2008 17:11:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 10:11:19 -0700 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_MED,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [64.18.2.167] (HELO exprod7og107.obsmtp.com) (64.18.2.167) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Oct 2008 17:10:02 +0000 Received: from source ([72.14.220.152]) by exprod7ob107.postini.com ([64.18.6.12]) with SMTP; Wed, 29 Oct 2008 10:10:42 PDT Received: by fg-out-1718.google.com with SMTP id 16so111282fgg.13 for ; Wed, 29 Oct 2008 10:10:40 -0700 (PDT) Received: by 10.181.199.16 with SMTP id b16mr120768bkq.142.1225300240151; Wed, 29 Oct 2008 10:10:40 -0700 (PDT) Received: by 10.181.194.8 with HTTP; Wed, 29 Oct 2008 10:10:40 -0700 (PDT) Message-ID: <6fb3dd4a0810291010r63eaaf10p925cb036885fd57@mail.gmail.com> Date: Wed, 29 Oct 2008 17:10:40 +0000 From: "Ian Christian" To: users@activemq.apache.org Subject: 404 on admin page MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2496_6100890.1225300240153" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2496_6100890.1225300240153 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: WebApp@737188401 at http://0.0.0.0:8161/admin" in the output, however hitting that URL gives me a 404. My activemq.xml and pom.xml are below - I'd really appreciate if anyone could point me in the right direction. 4.0.0 ... summary jar 1.0-SNAPSHOT summary http://maven.apache.org java.net http://download.java.net/maven/2 jboss http://repository.jboss.com/maven2 maven-compiler-plugin 2.0.2 1.5 1.5 org.apache.activemq.tooling maven-activemq-plugin 5.1.0 xbean:file:./src/main/resources/activemq.xml false javax.net.ssl.keyStorePassword password org.apache.activemq.default.directory.prefix ./target/ org.springframework spring 2.5.5 org.apache.xbean xbean-spring 3.4 org.mortbay.jetty jetty-xbean 6.1.11 javax.servlet jsp-api 2.0 compile tomcat jasper-compiler 5.5.9 compile tomcat jasper-runtime 5.5.9 compile tomcat jasper-compiler-jdt 5.5.9 compile log4j log4j 1.2.12 junit junit 3.8.1 test mysql mysql-connector-java 5.1.6 org.json json 20080701 org.springframework spring 2.5.5 org.hibernate hibernate-annotations 3.3.1.GA log4j log4j 1.2.12 $ cat src/main/resources/activemq.xml Thanks, Ian ------=_Part_2496_6100890.1225300240153--