On Thu, 8 Nov 2001, Dalibor Kezele wrote: > Date: Thu, 8 Nov 2001 18:00:50 +0100 > From: Dalibor Kezele <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: HELP! > > > > type Exception report > > > message Internal Server Error > > > description The server encountered an internal error (Internal Server > Error) > > > that prevented it from fulfilling this request. > > > exception > > > javax.servlet.ServletException: Servlet.init() for servlet jsp threw > > > exception > > > blahblahblah > > > & > > > root cause > > > java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger The most important issue is to figure out where org.apache.tomcat.logging.Logger might be getting referenced. In a Unix world, I'd suggest doing grep for this on your source code -- don't know what Windows offers in that line. That is not a class name that would ever appear in Tomcat 4, where the package names are all org.apache.catalina. Could you by chance have some Tomcat 3 classes in your classpath or system extensions directory? Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

