From users-return-20753-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Tue Oct 06 23:45:05 2009 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 18175 invoked from network); 6 Oct 2009 23:45:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 23:45:05 -0000 Received: (qmail 75239 invoked by uid 500); 6 Oct 2009 23:45:04 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 75204 invoked by uid 500); 6 Oct 2009 23:45:04 -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 75183 invoked by uid 99); 6 Oct 2009 23:45:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 23:45:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 23:44:54 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MvJhp-0006a7-SB for users@activemq.apache.org; Tue, 06 Oct 2009 16:44:33 -0700 Message-ID: <25778375.post@talk.nabble.com> Date: Tue, 6 Oct 2009 16:44:33 -0700 (PDT) From: lyall To: users@activemq.apache.org Subject: Re: embedded broker with admin web-console In-Reply-To: <25773509.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Lyall@The-Pearces.com References: <25754016.post@talk.nabble.com> <25757032.post@talk.nabble.com> <25763977.post@talk.nabble.com> <25773509.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org David, Thanks for taking the time to reply. Only problem, like myself, you are a *nix person, you can't do that in Windoze (well, you can if you use junctions but it's a bit difficult) :-) ...Lyall davidh wrote: > > > Regarding Lyall's issues: > > I find that some (older) wars that work in tomcat 5.x look for > lib under the 'common' subdirectory (which no longer exists in tomcat 6) > and will fail in tomcat 6.x unless $TOMCAT_HOME/common/lib is present. > So shutdown your tomcat and try: > > mkdir $TOMCAT_HOME/common ; pushd $TOMCAT_HOME/common ; ln -s ../lib > > and restart tomcat. > > Cheers, > --david > > > lyall wrote: >> >> I tried asking a similar question at... >> >> http://www.nabble.com/Howto-Run-ActiveMQ-5.2-in-Tomcat-6-on-Windows--td25676368.html >> >> I can run the web app, it works, but I don't know where to put the >> ActiveMQ config files to configure the broker. >> >> Any help on that matter would be good. :-) >> >> ...Lyall >> >> >> > > -- View this message in context: http://www.nabble.com/embedded-broker-with-admin-web-console-tp25754016p25778375.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.