Seems like some versions of Tomcat (don't know if he is using Tomcat) have had some class loading problems that have required some things get put into the container's common/lib directory. I don't really have the facts here, but it's worth a try for debugging purposes.
Mike -----Original Message----- From: Geeta Ramani [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 1:48 PM To: Struts Users Mailing List Subject: Re: Struts beginner Vanessa: Not sure how much help thsi is, but the NoClassDefFoundError is different from the ClassNotFoundError. I have had this error happen when I have *more* than one (conflicting) copy of a jar/class. I *think* what happens is that one jar is used during compile time (depending on the order of items in your classpath..?) and the other jar is accessed during runtime, resulting in chaos. So, maybe you can check to see that you don't have some previous digester jars floating about..? Geeta Vanessa Monteiro wrote: > I've already have it on my /WEB-INF/lib but the app doesn't seem to find > it > > Here is the listing for my WEB-INF/lib > > commons-beanutils.jar > > commons-collections.jar > > commons-digester.jar > > commons-lang.jar > > commons-logging.jar > > commons-pool-1.1.jar > > commons-validator.jar > > jstl.jar > > standard.jar > > struts-el.jar > > struts.jar > > >>> [EMAIL PROTECTED] 09/01/2004 16:09:18 >>> > http://jakarta.apache.org/site/binindex.cgi > and get "commons-digester.jar" > Saludos, > -M > ----- Original Message ----- > From: "Vanessa Monteiro" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, January 09, 2004 1:10 PM > Subject: Struts beginner > > > Hello list members, > > > > I'm new at struts list and to using the framework. I'm starting my > > first web app and I got to map the actions just fine but when reach > the > > action in my appl I get the following error msg: > > > > java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester > > > > Here is the listing for my WEB-INF/lib > > commons-beanutils.jar > > commons-collections.jar > > commons-digester.jar > > commons-lang.jar > > commons-logging.jar > > commons-pool-1.1.jar > > commons-validator.jar > > jstl.jar > > standard.jar > > struts-el.jar > > struts.jar > > > > What am I missing? > > > > Thanks, > > Vanessa. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

