无法编译grails Tomcat插件

发布于 2024-09-05 13:39:56 字数 470 浏览 7 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坦然微笑 2024-09-12 13:39:56

当你说“但是项目没有为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文