出现这个问题的原因是对idea的使用还不是太了解,这个提示的意思是没有找到与artifact对应的tomcat

出现这种问题有两种解决办法:

一 、没有配置tomcat

添加tomcat

IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit th...

配置tomcat

二、配置tomcat了,但是tomcat中对应的Artifact不对,我们要用的是exploded的Artifact,而不是war形式的Artifact

保存设置,重启tomcat即可

IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit th...

三、如果还不行

将IDEA配置的tomcat配置 的 “library”项增加 tomcat 的 lib 目录,再重启:

IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit th...
IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit th...
找到tomcat的lib目录
IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit th...

相关文章:

  • 2021-04-06
  • 2021-07-29
  • 2021-08-17
  • 2021-08-03
  • 2021-10-24
  • 2022-01-17
  • 2021-07-23
  • 2021-09-27
猜你喜欢
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2021-04-18
  • 2021-11-29
相关资源
相似解决方案