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.
我想知道 intellij 如何将在“out”文件夹中创建的工件映射到 tomcat 的 webapps。
我的项目部署成功,我可以在浏览器中看到它。但是当我检查 tomcat 的 webapps 文件夹时,我看不到我的 app 文件夹。
我想知道 intellij 如何在不将文件移动到 webapps 文件夹的情况下部署到 tomcat。
我发现这个问题与我的相似,但答案没有提到这个过程。
我阅读了关于 tomcat 部署的不同方式,但无法了解 intellij 是如何做到的。