IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the

IDEA There is no configured/running web-servers found! Please, run any web-configuration and hit the Refresh button!

初次使用使用IDEA搭建web application,习惯性的右键jsp页面在选择浏览器浏览,以为会想VS一样自动启动,结果提示

IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the_第1张图片

 

原来IDEA要这么做,需要先把服务容器启动起来,工具栏中选中Run,然后选择Run...,会跳出配置页面

IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the_第2张图片

 选择Edit Configurations,会弹出配置页

IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the_第3张图片

 左侧在Default中,有很多服务配置可以选,这里选择Tomcat Server.Local

IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the_第4张图片

 点击Configure,配置Tomcat的路径

IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the_第5张图片

 

做完这些就可以让项目Running起来,然后愉快的右键选中页面在浏览器中浏览了

参考博客:https://www.cnblogs.com/lvjianwei/p/7753592.html

 

 

欢迎加入 CSDN技术交流群:(点击即可加群)QQ群:681223095。

因经常有人留言,未能及时查看到和回复,所以特建此群,以方便交流。方便问题讨论,有问题和没有问题的小伙伴均可加入,用作自我学习和共同进步。本博主不一定长期在线,但是qq群里会有很多热心的小伙伴,大家一起讨论解决问题。
关注公众号,更多学习内容给予推送,争取每日更新

IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the_第6张图片IDEA:There is no configured/running web-servers found! Please, run any web-configuration and hit the_第7张图片

 

你可能感兴趣的:(开发工具篇)