You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by bob McLaughlin <bo...@interknack.com> on 2002/06/06 20:51:23 UTC

New User Needs Help! java.lang.NoClassDefFoundError

I have a apache (1.3.24) and tomcat(3.3.1) on Win2K.  I have Apache and
tomcat installed, and configured (i think) to the instructions in the docs.
The servlet examples work fine, however I can not run the jsp examples.
Enclosed is the error I'm seeing.  
Any Ideas?
Bob
Error: 500
Location: /examples/jsp/num/numguess.jsp
Internal Servlet Error:
java.lang.NoClassDefFoundError: org/apache/tomcat/logging/LogHelper
	at org.apache.jasper.compiler.JspReader.(JspReader.java:96)
	at
org.apache.jasper.compiler.JspReader.createJspReader(JspReader.java:288)
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:159)
	at
org.apache.tomcat.facade.JasperLiaison.jsp2java(JspInterceptor.java:790)
	at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
1)
	at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
	at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
	at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
	at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
	at
org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Ajp13Int
erceptor.java:341)
	at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
	at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
	at java.lang.Thread.run(Unknown Source)