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

Posted 普罗旺斯S

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit th相关的知识,希望对你有一定的参考价值。

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

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

一 、没有配置tomcat

添加tomcat


配置tomcat

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

保存设置,重启tomcat即可

三、如果还不行

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



找到tomcat的lib目录

以上是关于IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit th的主要内容,如果未能解决你的问题,请参考以下文章

mybatis出现There is no getter for property named ...的原因及解决办法

There is no known eureka server; cluster server list is empty

解决org.apache.shiro.session.UnknownSessionException: There is no session with id的问题

Struts2注解错误之There is no Action mapped for namespace /

Struts2异常:HTTP Status 404 - There is no Action mapped for action name addBook.

There is no getter for property named xxx' in 'class java.lang.xxx'