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 6E08B10727 for ; Wed, 9 Oct 2013 13:27:57 +0000 (UTC) Received: (qmail 52783 invoked by uid 500); 9 Oct 2013 13:27:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 52601 invoked by uid 500); 9 Oct 2013 13:27:55 -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 90915 invoked by uid 99); 9 Oct 2013 08:53:12 -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 (nike.apache.org: transitioning domain of chrysthynee@gmail.com does not designate 216.139.250.139 as permitted sender) Date: Wed, 9 Oct 2013 01:52:06 -0700 (PDT) From: chrysthynee To: users@activemq.apache.org Message-ID: <1381308725986-4672440.post@n4.nabble.com> Subject: =?UTF-8?Q?How_to_acc=C3=A8s_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 missed? 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-acces-the-web-console-using-ActiveMQ-maven-plug-in-tp4672440.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.