intellij idea tomcat 启动报错not found for the web module
出自CSDN
作者:kerryqpw
链接:https://blog.csdn.net/kerryqpw/article/details/70555526
启动tomcat的时候报错:
not found for the web module
解决方法:
1、设置正确的web.xml路径
3、创建war包和web包在artifacts中
Configuration Error: deployment source 'SocietyManage:war exploded' is not valid
原因:没有下图的底下的红色框的内容.(不能部署源码,需要部署war包什么的)