Re: Problem: Tomcat/4.0.1 JSP didn't work!java.lang.IncompatibleClassChangeError

2002-01-17 Thread SMIGIELSKI ANDREAS
) and activation.jar from $JAVA_HOME/jre/lib/ext and it worked. Cocoon is also an application which has its own servlet implementation which may cause trouble with tomcat. Remove it from your default java CLASSPATH. Regards, Andreas. Am Die, 2002-01-15 um 12.13 schrieb SMIGIELSKI ANDREAS: > Hi,

Problem: Tomcat/4.0.1 JSP didn't work!java.lang.IncompatibleClassChangeError

2002-01-15 Thread SMIGIELSKI ANDREAS
Hi, my standalone WebApp's didn't work with Tomcat. I have tracked it down and found out Tomcat didn't initialize my Java Applications correctly. The problem can be verifyed by the JSP Samples that came with Tomcat. They work only partialy. The problem is Tomcat dosn't initialize servlet jsp, the