Its in web-inf/lib in the war file Im using 1.1b1. There is no other copy of struts.jar in the hierarchy.
Its some of my classes that its having trouble with (though those classes (such as EntityListAction) trace their ancestry back to Action). This class is the superclass of the one the request processor is trying to instantiate. -----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 14 January 2003 00:56 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: [REPOST] NoClassDefFound exception in JBoss3 with integrated TomCat when instantiating Actions On Mon, 13 Jan 2003, Andrew Hill wrote: > > It appears that the classloader is having trouble with the EntityListAction > class rather than its subclass. The relevant classes are of course in the > war file... > Where is struts.jar itself? It will need to be in the WAR also -- especially if you're using 1.0 -- and nowhere else in the class loader hierarchy. Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

