From user-return-9817-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Tue Apr 01 22:31:49 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 72023 invoked from network); 1 Apr 2008 22:31:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 22:31:48 -0000 Received: (qmail 88131 invoked by uid 500); 1 Apr 2008 22:31:47 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 88096 invoked by uid 500); 1 Apr 2008 22:31:47 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 88083 invoked by uid 99); 1 Apr 2008 22:31:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 15:31:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 22:31:05 +0000 Received: by an-out-0708.google.com with SMTP id d26so620433and.132 for ; Tue, 01 Apr 2008 15:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=jx35EGHd0HH1pRDcCQuuhLiLFKo9VrJwcQsMGPxo9vE=; b=Fq4YNxWNDOgkpSfxfisLdnu7UHe0JQQuHI5HqURuNVL5dYj9TmvyfbvHK2bpXAr3zYgwkuGQ7Og3Oi6QDDOQ+rp7xPaZWDE5zHddpnwXKgY5RWoJwhVan1egZdxEq4YX0hAzOExrQpU0EEnGa0Y2wFXiIlsjO/bxQg0cwvukTkc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=BHpC98AzNiBv2L2De5pT0AT5uXeo7mxP1/alcJts4Eq2wIFOffpAtxQ+qYmrIXSksZkJhZS1yOKafsvbYd0L+0fMk6O32HKvDfopDnZRI3sr3orZVP6Q2kJwV8VcuBThPJjZ3e6Vs9Xx4D3tgrl8+lcHvx7KlPvFuTNxuv0Trk8= Received: by 10.100.225.19 with SMTP id x19mr20669128ang.5.1207089072746; Tue, 01 Apr 2008 15:31:12 -0700 (PDT) Received: from coltrane-009027164162.raleigh.ibm.com ( [129.33.49.251]) by mx.google.com with ESMTPS id s38sm1311885rnb.10.2008.04.01.15.31.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Apr 2008 15:31:10 -0700 (PDT) Message-Id: From: Kevan Miller To: user@geronimo.apache.org In-Reply-To: <16301414.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: Jetty Deployment.... Date: Tue, 1 Apr 2008 18:31:09 -0400 References: <16301414.post@talk.nabble.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 26, 2008, at 10:09 AM, nuffink wrote: > > Hi, > > I am a newbie (to a point) at J2EE and a defo newbie at Geronimo so > please > be constructive and patient... > > I have an old war file from something that was developed using IBM > WSAD ages > back and so far have managed to get it all str8 in Eclipse J2EE > distro via > importation (nothing fancy so far). i have created my DB2 databse > pool and > that works fine too BUT when I importied the war into Eclipse in > creating > the project and EAR project and web-inf stuff etc it also imported > some > struts stuff too in the form of tlds. I have read a number of > articles on > tlds and understand their use and the references that have been made > in the > jsps to them, again no probs. On deploying to the Geronimo Jetty > server > v2.1 it is here that I am having issues that I don't fully > understand. the > consiole comes back with the following warnings: > > 13:49:15, 015 WARN (JspModuleBuilderExtension) > JspModuleBuilderExtension: > Could not load tag class: org.apache.struts.taglib.bean.WriteTag > mentioned > in TLD file at file:/D:/<..my geronimo server > path..>/geronimo-jetty6-javaee5-2.1/repository/com/gyr/AAAAEAR/1.0/ > AAAAEAR-1.0.car/AAAA.war/ > WEB-INF/struts-bean.tld > > but thats all it says no reason why...the struts jar and named > classes are > in the lib directory under WEB-INF...so any help or pointers would > be good. That warning message means we got a ClassNotFoundException attempting to load the WriteTag class. Are you certain the struts-taglib jar is in your lib directory? --kevan