为什么在调试 Tomcat 7 中运行的 Web 应用程序时,热代码替换在 Eclipse 中失败?
当我使用 Tomcat 6 时一切都很顺利。现在我使用 Eclipse 3.6.1 将调试器连接到部署在 Tomcat 7 中的 Web 应用程序。项目的“自动构建”功能已打开。我只添加一行类似 System.out.println("why does hot code replacement not work?");
的行,然后 Eclipse 错误对话框出现,提示热代码替换失败。同样,使用 Tomcat 6 我没有遇到这种行为。我做错了什么?
Everything went well when I was using Tomcat 6. Now I am connecting the debugger to a web application deployed in Tomcat 7 using Eclipse 3.6.1. The project's "Build automatically" feature is turned on. I only add a line like System.out.println("why does hot code replace not work?");
and the Eclipse error dialog appears saying hot code replace failed. Again, using Tomcat 6 I didn't experience this behavior. What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论