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.
Tomcat 8如何实现热部署?
热部署:不使用以下步骤部署新战争。
我可以在不使用 ANT 的情况下实现这一目标吗?
热部署意味着在 appBase 目录中存储一个新的 war 文件。您可以按照文档的建议使用 ANT 任务或在此位置发送文件的任何其他方式来执行此操作( scp 从一台机器到另一台机器,如果文件是本地的,请移动文件,..)