Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 19600 invoked from network); 26 May 2008 09:33:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 09:33:19 -0000 Received: (qmail 38992 invoked by uid 500); 26 May 2008 09:33:20 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 38748 invoked by uid 500); 26 May 2008 09:33:20 -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 38737 invoked by uid 99); 26 May 2008 09:33:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 02:33:19 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 09:32:31 +0000 Received: by ug-out-1314.google.com with SMTP id u2so127937uge.5 for ; Mon, 26 May 2008 02:32:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=jNPSv4lCN/Nyf5WbcUMOQLYZSnSV+xIL1nMTH90jxBo=; b=lf8YLobd+lDadjEq0CHzOLEElMZs9IPruwoc474jqAo2nbF2c2vYKuJnQpQSK3gaxqbigbUREcRy3HtURnfqLDCM17QuJcA42v/Pj7mhtMigN0uUwOoFkiQV2RrlfyLThfjrdeE/vuEBXLaRrBM39WyVHyszsgJFaEUsSP3WkSY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=c2ZRaEteQiSd4OWO23amLxpUU6Z4Q9bgigtc+GWzA+WyEhXRbX2dk0OMsfqnQRUvqEwvLJNsyE4Z6YVZItMOZRt7RKTZieJdEv7snonPM9eT8zgPc31mol4gtp4ZP/RdbxcuZOzZmz0GG1fJjTCvJf6PPw5rp/ls3RnyLleQ3xY= Received: by 10.67.29.4 with SMTP id g4mr2796371ugj.84.1211794364819; Mon, 26 May 2008 02:32:44 -0700 (PDT) Received: by 10.66.237.3 with HTTP; Mon, 26 May 2008 02:32:44 -0700 (PDT) Message-ID: <36e91d9d0805260232m62794ad7xdc88216901e5ecbf@mail.gmail.com> Date: Mon, 26 May 2008 11:32:44 +0200 From: "Dejan Bosanac" Sender: chubrilo@gmail.com To: users@activemq.apache.org Subject: Re: Embedded Brokers + Web Console In-Reply-To: <17467975.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14088_24955446.1211794364719" References: <17467975.post@talk.nabble.com> X-Google-Sender-Auth: 924f1b78c06b2eba X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14088_24955446.1211794364719 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, yes you can. Basically you need to include webapps/admin folder somewhere in your app and run embedded Jetty, e.g. You can find more detailed explanation in this article: http://www.nighttale.net/onjava/integrating-activemq-web-console.html -- Dejan Bosanac www.scriptinginjava.net On Mon, May 26, 2008 at 10:38 AM, carloc wrote: > > Is it possible to launch a web console within embedded brokers? > If so, how can I configure this and how can I choose the port? > -- > View this message in context: > http://www.nabble.com/Embedded-Brokers-%2B-Web-Console-tp17467975s2354p17467975.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > ------=_Part_14088_24955446.1211794364719--