Hello everyone,
i am using tomcat 4.1 and have the problem that everytime i try to start up the server/my webapp i get the following error message:
java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/Log
at org.apache.jasper.servlet.JspServlet.<init>(Unknown Source)
The strange thing is that org/apache/tomcat/util/log/Log is part of the tomcat-util.jar file which is present in /usr/share/tomcat4/server/lib/tomcat-util.jar.
What can i do to get rid of this error?
i am using tomcat 4.1 and have the problem that everytime i try to start up the server/my webapp i get the following error message:
java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/Log
at org.apache.jasper.servlet.JspServlet.<init>(Unknown Source)
The strange thing is that org/apache/tomcat/util/log/Log is part of the tomcat-util.jar file which is present in /usr/share/tomcat4/server/lib/tomcat-util.jar.
What can i do to get rid of this error?