I didn't not make the context change either... Root webapp is implicitly defined.
that is strange... the only thing different would be that I copied all of the jars from the groovy/lib directory to the web-inf/lib and the difference in jvms... but that shouldn't affect the HttpServlet in any way, especially if you're having no issues running jsps...
can you put a plain jsp into the webapp/ROOT directory and run it just fine?
timo
On Thu, Aug 21, 2008 at 3:32 PM, grkuntzmd
<grk@usa.net> wrote:
Still getting the same error.
I copy/pasted the first example from http://groovy.codehaus.org/Groovlets
into ROOT/index.groovy. I added the web.xml lines to ROOT/WEB-INF/web.xml. I
created the directory ROOT/WEB-INF/lib and copied the jar files from
C:\Groovy\lib to it (groovy, antlr, and asm).
I did NOT make the context change to server.xml. I wonder if that is the
problem. The ROOT webapp is implicitly defined I believe.
Here is part of the error I get:
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
-----
G. Ralph Kuntz, MD
Chief Software Architect
meridianEMR, Inc.
--
View this message in context: http://www.nabble.com/Problem-with-Groovlets-on-Windows-Tomcat-tp19095055p19096304.html
Sent from the groovy - user mailing list archive at Nabble.com.