>> The error clearly indicates that servlet-api.jar is missing from the
classpath. It should be located under CATALINA_HOME\lib in case of TC 6.
You would think so but it's not the case.
NoClassDefFoundErrors are seldom so clear. They do a nice job of hiding
the root cause. In this case it was
The error clearly indicates that servlet-api.jar is missing from the
classpath. It should be located under CATALINA_HOME\lib in case of TC 6.
-Original Message-
From: Steve Cohen <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Mon, 8 Sep 2008 11:03 pm
Subject: stupid tomcat/eclipse que
Thanks! Turned out that the problem was I had put some application jars
(which were duplicated in WEB-INF/lib) on the runtime classpath. Your
post got me to thinking that maybe these weren't necessary. Not only
weren't they necessary but removing them made the problem go away.
Addition by subtr
> -Original Message-
> From: Steve Cohen [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 08, 2008 1:34 PM
> To: Tomcat Users List
> Subject: stupid tomcat/eclipse question
>
> I've had a stable development environment running Tomcat 6.0 within
> Eclipse 3.3.
>
> I did something stupid t