Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 6348 invoked from network); 4 Oct 2007 17:14:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2007 17:14:21 -0000 Received: (qmail 56272 invoked by uid 500); 4 Oct 2007 17:14:09 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 56246 invoked by uid 500); 4 Oct 2007 17:14:09 -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 56237 invoked by uid 99); 4 Oct 2007 17:14:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 10:14:09 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 17:14:09 +0000 Received: by ug-out-1314.google.com with SMTP id k3so371685ugf for ; Thu, 04 Oct 2007 10:13:46 -0700 (PDT) Received: by 10.78.138.6 with SMTP id l6mr8070246hud.1191518025076; Thu, 04 Oct 2007 10:13:45 -0700 (PDT) Received: by 10.78.171.4 with HTTP; Thu, 4 Oct 2007 10:13:45 -0700 (PDT) Message-ID: <28c3c9290710041013r46d4a6dcyaa64af864c80cdc3@mail.gmail.com> Date: Thu, 4 Oct 2007 19:13:45 +0200 From: "Mario Siegenthaler" To: users@activemq.apache.org Subject: Re: Web console for ActiveMQ 4.1.1 from remote box In-Reply-To: <13042102.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13042102.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi You can use the webconsole with 4.1.1. I think your issue is a bug in the trunk version that requires that you specify a jmx-username and password. There's a posting by me on the dev list that contains, among other, a path for this issue. If you can't find that posting just write me an email and I'll send it to you. An other workaround is to actually specify the username and password. Unfortunately I don't remember the system properties, but you'll find them in the webconsole-properties.xml. Mario On 10/4/07, tmccauley wrote: > > All > > I am trying to get web console to connect and work on a remote box using > Tomcat 5.5.23. I am tried to use the latest ActiveMQ 5 web console war with > properties. Can the latest ActiveMQ 5 web console war be used to connect to > a remote ActiveMQ 4.1.1 broker? If not how can I create an ActiveMQ 4.1.1 > web console war file. Sorry, I am not that familure with maven, most used > Ant for builds. Any help would be greatly appreciated. > > TIA > Tim McCauley > > The following is from the console on startup - > > INFO: Deploying web application archive > activemq-web-console-5.0-20070927.100110-10.war > Oct 4, 2007 11:02:02 AM > org.springframework.context.support.AbstractApplicationContext > prepareRefresh > INFO: Refreshing > org.springframework.web.context.support.XmlWebApplicationContext@6cb8: > display name [Root WebApplicationContext]; startup date [Thu Oct 04 11:02:02 > EDT 2007]; root of context hierarchy Oct 4, 2007 11:02:02 AM > org.springframework.beans.factory.xml.XmlBeanDefinitionReader > loadBeanDefinitions > INFO: Loading XML bean definitions from ServletContext resource > [/WEB-INF/webconsole-properties.xml] > Oct 4, 2007 11:02:02 AM > org.springframework.context.support.AbstractApplicationContext > obtainFreshBeanFactory > INFO: Bean factory for application context > [org.springframework.web.context.support.XmlWebApplicationContext@6cb8]: > org.springframework.beans.factory.support.DefaultListableBeanFactory@b9e45a > Oct 4, 2007 11:02:02 AM > org.springframework.beans.factory.support.DefaultListableBeanFactory > preInstantiateSingletons > INFO: Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@b9e45a: > defining beans > [placeholderConfig,sessionPool,brokerQuery,connectionFactory,queueBrowser,messageQuery]; > root of factory hierarchy > Oct 4, 2007 11:02:02 AM > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry > destroySingletons > INFO: Destroying singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@b9e45a: > defining beans [placeholderConfig,sessionPool,broker > Query,connectionFactory,queueBrowser,messageQuery]; root of factory > hierarchy > Oct 4, 2007 11:02:02 AM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > Oct 4, 2007 11:02:02 AM org.apache.catalina.core.StandardContext start > SEVERE: Context [/activemq-web-console-5.0-20070927.100110-10] startup > failed due to previous errors > > I set JAVA_OPTS and even tried to change the activemq-properties.xml file > directly and neither works. > > -- > View this message in context: http://www.nabble.com/Web-console-for-ActiveMQ-4.1.1-from-remote-box-tf4569474s2354.html#a13042102 > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >