IDEA提示“There is no configured/running web-servers found! ”错误

时间:2024-05-19 17:59:36

IDEA提示“There is no configured/running web-servers found!,run any web-configuration and hit the Refresh button!”错误

浏览器配置也正确,Tomcat服务也打开了,运行服务后,切换其他浏览器总是提示这个错误,网上找的添加lib文件夹也没用。

 

自己摸索了下

解决办法亲测可用,我的IDEA版本是2018.2

 

 

1、检查File-->Project-Artifacts下有没添加web:application项,没有的话手动添加,见图:

选择from modules-选择你jsp项目所在文件夹,我这里是test1

IDEA提示“There is no configured/running web-servers found! ”错误

设置好之后图:

IDEA提示“There is no configured/running web-servers found! ”错误

然后Apply>OK.

2、Run--运行你的Tomcat服务器

(Tomcat Serve里After Lunch其实勾不勾都没影响)

IDEA提示“There is no configured/running web-servers found! ”错误

确保你的服务正常启动了。

然后试试点Firefox Chorme IE 都可以正常打开了。欢迎交流。

IDEA提示“There is no configured/running web-servers found! ”错误