RE: NoClassDefFoundError: HttpServlet

2009-02-03 Thread Caldarale, Charles R
From: Ladislav Gaspar [mailto:ladislav.gas...@it-vision.com] Subject: AW: NoClassDefFoundError: HttpServlet The sample servlets work. Good - which says the problem is isolated to your webapp, so that narrows the focus. But what could that be? It looks like somewhere in your webapp, you're

RE: NoClassDefFoundError: HttpServlet

2009-02-02 Thread Caldarale, Charles R
From: Ladislav Gaspar [mailto:ladislav.gas...@it-vision.com] Subject: AW: NoClassDefFoundError: HttpServlet Sorry for the misinformation. The the servlet-api.jar is in $catalina_home/lib. The %CLASSPATH% is not adjusted The symptoms are still identical with those that appear when

Re: NoClassDefFoundError: HttpServlet

2009-01-30 Thread André Warnier
Ladislav Gaspar wrote: [...] What strikes me as very strange is that in the error message: java.lang.NoClassDefFoundError: HttpServlet there is no package name in HttpServlet (that's why the ClassLoader can't find the Class, I suppose). Has anyone got an idea what could be wrong? No, but

Re: NoClassDefFoundError: HttpServlet

2009-01-30 Thread Konstantin Kolinko
2009/1/30 Ladislav Gaspar ladislav.gas...@it-vision.com: As I wrote in the original post (I've cleaned up the classpath, there are no duplicate servlet-api.jar files around) The servlet-api.jar is there and it's also in the classpath. (in $catalina_home/lib) I do not understand. is