Found the problem/solution. The error occurs because Tomcat uses java
5.0 while the servlet has been compiled with java 1.4. Compiling the
servlet with 5.0 resulted in a much nicer log!
Ole Chr Langfjæran wrote:
My
servlet seems seemingly to work just fine, but running through the log
I
How about editing your log4j.properties file and adding the following?:
log4j.logger.org.apache=INFO
[EMAIL PROTECTED] wrote:
Hi all!
Because of a mistake in writing in my log4j configuration logging has been
set to debug mode.
When deploying the webapp Tomcat began to log thousands of debug
My servlet seems seemingly to work just fine, but running through the
log I've found a whole bunch of FATAL errors. They also seem to have
risen without me envoking the servlet and the classes involved are
nothing but apache. What could it be?
Errorlog:
java.lang.VerifyError: (class:
org/apac