After much reading and some trial and errors I finally upgraded to Tomcat 5.0.27. For some strange reason I'm having the same problem as before, I keep getting
----- Root Cause ----- java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger errors in my catalina.out file. I'm not sure why this is happening, but the your last email spoke about having conflicting libray files. Please let me know if you have any idea why this may be occurring. Thanks in advance, kenshinmax ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 5:07 PM Subject: Re: Tomcat Servlet.init() error > Thanks for your response QM. I would really like to upgrade to Tomcat 4.1 > or 5.0. I've read > great things about the Admin webapp and the other features, I just don't > know the best manner > to proceed. Is there a specific version I should upgrade to. At the moment > I only have this one > web application that I deployed manually by creating a web.xml fragment. > Any suggestions?? > > Thanks in advance. > > > ----- Original Message ----- > From: "QM" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Sunday, August 08, 2004 11:24 PM > Subject: Re: Tomcat Servlet.init() error > > > > On Sun, Aug 08, 2004 at 11:14:50PM -0400, [EMAIL PROTECTED] wrote: > > : Configuration: Solaris 9, Apache 1.3, Tomcat 4.0.1, default JSDK > > > > First of all, is there any reason you're using Tomcat 4.0? This > > version is no longer under active development. 4.1 or, even better, 5.0 > > have a wider user base. Upgrading would significantly improve your > > chances of getting support via the list, were you to encounter a > > version-specific problem. > > > > > > : I'm new to Tomcat and I recently changed some of the configuration > > : files while deploying > > : my web application. After doing so I encountered this problem for some > time, > > > > Specifically, what did you change? > > Did the problem persist when you rolled back said changes? > > > > > > : Each time I attempt to display a JSP page > > : I get the following error: > > : > > : [snip] > > : Apache Tomcat 4.0.1 HTTP Status 500 - Internal Server Error > > : javax.servlet.ServletException: Servlet.init() for servlet jsp threw > > : exceptionetc... root cause java.lang.NoClassDefFoundError: > > : org/apache/tomcat/logging/Logger > > > > NoClassDefFoundError usually indicates some kind of class mismatch -- > > either you have a duplicate (and newer) log4j JAR in the runtime mix, or > > you've built and deployed using different versions. > > > > -QM > > > > -- > > > > software -- http://www.brandxdev.net > > tech news -- http://www.RoarNetworX.com > > > > > > --------------------------------------------------------------------- > > 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]
