Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87057 invoked from network); 21 Sep 2004 12:20:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Sep 2004 12:20:12 -0000 Received: (qmail 77281 invoked by uid 500); 21 Sep 2004 12:20:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 77189 invoked by uid 500); 21 Sep 2004 12:19:59 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 77176 invoked by uid 99); 21 Sep 2004 12:19:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [155.208.255.20] (HELO bbnrelbul01.net.external.hp.com) (155.208.255.20) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 21 Sep 2004 05:19:58 -0700 Received: from vistula.poland.hp.com (vistula.poland.hp.com [15.188.0.12]) by bbnrelbul01.net.external.hp.com (Postfix) with ESMTP id 2129737F66 for ; Tue, 21 Sep 2004 14:19:49 +0200 (CEST) Received: from [127.0.0.1] (jlaskowski.emea.cpqcorp.net [15.188.174.249]) by vistula.poland.hp.com with ESMTP (8.9.3 (PHNE_28760_binary)/8.8.6 SMKit7.02) id OAA19733 for ; Tue, 21 Sep 2004 14:19:49 +0200 (METDST) Message-ID: <41501C62.1060404@apache.org> Date: Tue, 21 Sep 2004 14:19:46 +0200 From: Jacek Laskowski Organization: Apache Geronimo (http://geronimo.apache.org) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: pl, en, en-us MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Tomcat Integration References: <20040921041410.13406.qmail@web20627.mail.yahoo.com> In-Reply-To: <20040921041410.13406.qmail@web20627.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N anita kulshreshtha wrote: > Hi > I was able to load server.xml after setting the > configuration file. I am getting > java.lang.NoClassDefFoundError: > org/apache/naming/TransactionRef ----- > Help! The class is in naming-common-5.0.28.jar file, which is supposed to be in the maven repo in tomcat/jars/naming-common-5.0.28.jar as well as in Geronimo repository. The class (the jar file, actually) is copied to the Geronimo build (in assembly module) during the build (@see tomcat module's maven.xml file). Can you verify that the file is indeed in both directories? > Thanks > Anita Jacek