Can't compile grails Tomcat plugin
Posted
by Jeff Beck
on Stack Overflow
See other posts from Stack Overflow
or by Jeff Beck
Published on 2010-06-14T14:19:03Z
Indexed on
2010/06/14
14:22 UTC
Read the original article
Hit count: 234
I'm using Netbeans to build a Grails app, while I have used this fine before on this new computer I can not get even the basic project to compile and run. I am getting errors around compiling the Tomcat plugin. If I uninstall the plugin it and use Jetty instead it will compile but the project isn't set up for Jetty and is missing files.
Below is the error I'm getting I'm thinking it is some issue with my classpath but I just don't know where to start any help would be much appreciated.
java.lang.NoClassDefFoundError: org/apache/catalina/startup/Tomcat$ExistingStandardWrapper
© Stack Overflow or respective owner