Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eclipse 并嵌入了Tomcat. 我的问题是,有时当我编辑我的 servlet 时,即使在 eclipse 中重新启动 tomcat,部署的项目也不会更新,在我看来,它正在使用已编译文件的缓存版本。
Tomcat
我如何有效地使 eclipse 和 tomcat 考虑我的修改?我需要清理什么文件夹?
我找到了一个很好的解决方案,不需要我clean每次都进行投影。context is reloaded每当我修改我的servlet.
clean
context is reloaded
servlet
在eclipse中,转到Project并激活复选框Build Automatically。
eclipse
Project
Build Automatically