无法编译grails Tomcat插件
我正在使用 Netbeans 构建 Grails 应用程序,虽然我之前在这台新计算机上使用过这个很好的应用程序,但我什至无法编译和运行基本项目。我在编译 Tomcat 插件时遇到错误。如果我卸载该插件并使用 Jetty,它将进行编译,但该项目未针对 Jetty 设置并且缺少文件。
下面是我收到的错误,我认为这是我的类路径的一些问题,但我只是不知道从哪里开始,任何帮助将不胜感激。
java.lang.NoClassDefFoundError: org/apache/catalina/startup/Tomcat$ExistingStandardWrapper
更新 我已经尝试过 grails clean,并使用了 grails 1.2.0 和 1.3.1
更新我用 tomcat 尝试过的项目是 grails 生成的基础项目。
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
Update I have tried grails clean, and used both grails 1.2.0 and 1.3.1
Update The project I've tried with tomcat is the base project generated by grails.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你说“但是项目没有为 Jetty 设置并且缺少文件”时。你里面有什么可能与Tomcat发生冲突的东西?听起来您必须使用某些特定的 tomcat 功能。
When you say "but the project isn't set up for Jetty and is missing files." what do you have in there that maybe clashing with Tomcat? It sounds like you must be using some specific tomcat functionality.