Tapestry5 应用程序未在 WTP Tomcat 服务器上运行
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以在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