Re: stupid tomcat/eclipse question

2008-09-09 Thread Steve Cohen
>> 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

Re: stupid tomcat/eclipse question

2008-09-08 Thread bhooshanpandit
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

Re: stupid tomcat/eclipse question

2008-09-08 Thread Steve Cohen
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

RE: stupid tomcat/eclipse question

2008-09-08 Thread Larry Isaacs
> -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