我可以编写一个ant脚本,将更新的类文件复制到web-inf\classestomcat中。但是如何告诉Tomcat 7.0从web- inf/classes目录中自动拾取更改的类文件?
web-inf\classes
web- inf/classes
我尝试autoDeploy="true"在tomcat主机配置中进行设置,server.xml但是当检测到更改时,Tomcat会话被破坏。我可以在Intellij中轻松地替换eclipse tomcat插件吗
autoDeploy="true"
server.xml
我最终使用了HotSwapAgent工具。这是JRebel的免费替代品