Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D5DE210726 for ; Wed, 9 Oct 2013 13:27:55 +0000 (UTC) Received: (qmail 52474 invoked by uid 500); 9 Oct 2013 13:27:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 52081 invoked by uid 500); 9 Oct 2013 13:27:54 -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 Delivered-To: moderator for users@activemq.apache.org Received: (qmail 97036 invoked by uid 99); 9 Oct 2013 08:54:58 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of chrysthynee@gmail.com does not designate 216.139.250.139 as permitted sender) Date: Wed, 9 Oct 2013 01:53:53 -0700 (PDT) From: chrysthynee To: users@activemq.apache.org Message-ID: <1381308833755-4672441.post@n4.nabble.com> Subject: How to access the web-console using ActiveMQ maven plug-in MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm using the active-mq maven plug-in but when I run activemq:run it starts only the broker and not the webconsole . I've tried to run mvn jetty:run but jetty looks into /src/mai/webapp for the console and obviously nothing is deployed. What did I miss? Here's my pom.xml org.apache.activemq.tooling activemq-maven-plugin 5.8.0 ${configUri} false javax.net.ssl.keyStorePassword password org.apache.activemq.default.directory.prefix ./target/ org.apache.activemq activemq-spring 5.8.0 org.mortbay.jetty jetty-xbean 6.1.25 org.springframework spring org.eclipse.jetty.aggregate jetty-all-server 7.6.7.v20120910 org.apache.activemq activemq-leveldb-store 5.8.0 start-activemq run test -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-access-the-web-console-using-ActiveMQ-maven-plug-in-tp4672441.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.