Right - maverick.jar should always be in WEB-INF/lib, and your classes should always be in WEB-INF/classes (or in a jar in WEB-INF/lib). The Servlet specification requires that classes in these two locations have visibility to each other.
If you're doing that correctly, try dropping friendbook-jsp.war into Tomcat's webapp directory. If that works, try to figure out what you're doing differently. Jeff Schnitzer [EMAIL PROTECTED] > -----Original Message----- > From: Eric Chauvin [mailto:bdbogjoe@;yahoo.fr] > Sent: Wednesday, October 30, 2002 5:43 AM > To: [EMAIL PROTECTED] > Subject: Re: [Mav-user] RE: classnotfoundexception > > Hello, > > I think maverick.jar and your classes are not load by the same classloader > For example if you put maverick.jar in myServer/lib and your classes in > my-webapp/WEB-INF/classes > it doesn't work. > > Try to put maverick.jar in my-webapp/WEB-INF/lib > > Hop it can help you... > > Joe > > > > Yes, my classes are in my-webapp/WEB-INF/classes > > > > And maverick cannot not find them. > > > > Machiel Groeneveld > > The Netherlands > > >What directory are you putting it in? > > > > > >Are your classes in your-webapp/WEB-INF/classes? > > > > > >3jeff > > > > > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! > Yahoo! Mail : http://fr.mail.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > [INVALID FOOTER] ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en [INVALID FOOTER]
