Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 27525 invoked from network); 15 Sep 2008 13:43:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Sep 2008 13:43:11 -0000 Received: (qmail 42580 invoked by uid 500); 15 Sep 2008 13:43:07 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 42490 invoked by uid 500); 15 Sep 2008 13:43:07 -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 42479 invoked by uid 99); 15 Sep 2008 13:43:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 06:43:07 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.247.192.230] (HELO EUnet.yu) (194.247.192.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 13:42:06 +0000 Received: from [194.247.199.205] (billingdev-hotspot.eunet.co.yu [194.247.199.205] (may be forged)) by EUnet.yu (8.13.6/8.13.6) with ESMTP id m8FDgG5S013312 for ; Mon, 15 Sep 2008 15:42:16 +0200 Message-ID: <48CE6638.7050203@ttmsolutions.com> Date: Mon, 15 Sep 2008 15:42:16 +0200 From: Dejan Bosanac User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: How to Secure Webconsole ? References: <19489974.post@talk.nabble.com> In-Reply-To: <19489974.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 X-Virus-Checked: Checked by ClamAV on apache.org HI, That usually should do the trick. What exception are you getting? BTW. I've just updated security article with more details on how to connect camel, web console and command agent to secured broker (and new setup for 5.3 branch) http://cwiki.apache.org/confluence/display/ACTIVEMQ/Security#Security-SecurityandActiveMQComponents 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 NabiL wrote: > Hi, > > How to secue webconsole admin ? > > I added the following properties into > /apache-activemq-5.1.0/webapps/admin/WEB-INF/webconsole-embedded.xml: > class="org.apache.activemq.ActiveMQConnectionFactory"> > value="vm://localhost?create=false&waitForStart=10000"/> > > > > > but it does'nt work ? > > Thanks in advance. > Nabil >