Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 67902 invoked from network); 1 Nov 2007 01:41:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 01:41:49 -0000 Received: (qmail 28889 invoked by uid 500); 1 Nov 2007 01:41:25 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 28853 invoked by uid 500); 1 Nov 2007 01:41:25 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 28842 invoked by uid 99); 1 Nov 2007 01:41:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 18:41:25 -0700 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 (athena.apache.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 01:41:26 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1InP3L-0000Ix-MQ for users@tomcat.apache.org; Thu, 01 Nov 2007 01:40:59 +0000 Received: from pool-71-104-95-83.lsanca.dsl-w.verizon.net ([71.104.95.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Nov 2007 01:40:59 +0000 Received: from wbarker by pool-71-104-95-83.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Nov 2007 01:40:59 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org From: "Bill Barker" Subject: Re: Admin application in Tomcat 5.5 (dead?) Date: Wed, 31 Oct 2007 18:42:21 -0700 Lines: 74 Message-ID: References: <4728A4A9.3050909@christopherschultz.net> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-104-95-83.lsanca.dsl-w.verizon.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Original Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Even though this is the wrong question, I'll answer it anyway (below). "Christopher Schultz" wrote in message news:4728A4A9.3050909@christopherschultz.net... > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > All, > > For the first time ever, I have the need to use the Tomcat admin > application: I have a project whose whole unit testing capability > revolves around being able to deploy webapps for testing to a running > Tomcat instance using the admin application. > > My understanding is that the admin app is basically dead. > For 5.5, it is likely that the admin app will continue to get basic maintainace. But, yes, at the moment there isn't any one with an interest in putting a lot of work into it (the previous developer that worked on it is now working on GlassFish I believe). > I downloaded the admin app from the TC 5.5 download page and it doesn't > run in a TC instance with nothing else in it: > The admin download assumes that CATALINA_HOME == CATALINA_BASE. As a result, it copies the admin.xml file to the wrong place. The admin webapp needs this so that it can run "privileged", and see the Tomcat internal classes (including Registry). > java.lang.NoClassDefFoundError: org/apache/commons/modeler/Registry > at java.lang.Class.getDeclaredMethods0(Native Method) > at java.lang.Class.privateGetDeclaredMethods(Class.java:2395) > at java.lang.Class.getMethod0(Class.java:2642) > at java.lang.Class.getMethod(Class.java:1579) > at > org.apache.commons.beanutils.MethodUtils.getMatchingAccessibleMethod(MethodUtils.java:535) > at > org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:209) > at > org.apache.commons.digester.CallMethodRule.end(CallMethodRule.java:625) > > (etc.) > > The manager application comes with no libraries, so it's no surprise > that it can't find some library. > > Is the admin app really dead? If so, why is it (still) available for > download from the TC 5.5 page. If it /is/ dead, does any other product > feature the capabilities required for using the Catalina Ant tasks such > as install/deploy and undeploy/remove? I know that, say, Lambda Probe > can deploy/undeploy, but do I have to re-write all the test targets in > order to do that? > > Thanks, > - -chris > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHKKSp9CaO5/Lv0PARAk7EAJ9dQseEg3ORBHyv9DjeGg6W1kPvygCfe4Jb > FI2jbNLVmQ/y5jt3MJNW4iI= > =8s4A > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org