问题:
①idea部署的tomcat中,localhost:8080无法访问
②webapps没有发布的项目文件

出现这种问题只要更改项目的发布路径即可

1.打开Project Structure-Artifacts-Output directory
idea部署的tomcat无法发布项目到webapps下
2.将Output directory路径设置成webapps\xxx
(xxx是应用名,我这里设成了day05)

idea部署的tomcat无法发布项目到webapps下
这样就可以看到了。

顺便把其他设置截图下来作为参考
idea部署的tomcat无法发布项目到webapps下
idea部署的tomcat无法发布项目到webapps下

相关文章: