Tapestry5 应用程序未在 WTP Tomcat 服务器上运行

发布于 2024-09-25 20:14:07 字数 349 浏览 2 评论 0原文

我的 Tapestry 5 应用程序在 maven“tomcat:run”构建中运行良好,但当我使用 Tomcat WTP 服务器时则运行不佳。

IE:我基于 Tapestry 5 快速入门 Maven 原型创建了一个 Tapestry 5 项目。一开始,两台服务器都运行良好。

在对依赖项进行了一些操作(即添加然后删除完全相同的库)后,当我启动 WTP 服务器时,我的每个页面上都会出现 404 错误,而项目正在使用 maven“tomcat:run”正确运行”。

我试图清理一切,从头开始重建......但到目前为止什么也没有。

什么可以解释这种行为? 我应该去哪里寻找解决这个问题的方法?

谢谢

My Tapestry 5 application is running fine with a maven "tomcat:run" build, but not when I use a Tomcat WTP server.

I.E: I created a tapestry 5 project based on the tapestry 5 quickstart maven archetype. At the beginning, it works fine with both servers.

After playing a little bit with the dependencies (i.e. adding and then removing the exact same libraries), I get a 404 error on each of my pages when I start the WTP server, while the project is correctly running with a maven "tomcat:run".

I tried to clean up everything, rebuild from scratch... but so far nothing.

What could explain such a behaviour?
Where should I look for fixing this?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

冬天旳寂寞 2024-10-02 20:14:07

可以在tomcat中开启所有日志:conf/logging.properties,添加一行org.apache.catalina.level=FINEST

You can turn-on all logs in the tomcat: conf/logging.properties, add line org.apache.catalina.level=FINEST

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