且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IntelliJ如何在tomcat中自动部署webapp?

更新时间:2023-11-17 22:12:25

IntelliJ正在部署编译目标目录中存在的爆炸WAR(对于我的项目) ,它是目标 - 它可能是 out ,取决于你是否正在使用Maven或其他一些依赖管理应用程序),在在此Wiki链接中解释的过程中。

IntelliJ is deploying the exploded WAR which exists in your compilation target directory (for my project, it's target - it could be out for yours, depends on if you're using Maven or some other dependency management application), in the process explained at this Wiki link.

因此,工件始终存在于目标 out 目录中。如果不存在,那么Tomcat就会适合。

So, the artifact always exists in your target or out directory. If it didn't exist, then Tomcat would pitch a fit.