Intellij IDEA Tomcat Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099

蹲街弑〆低调 提交于 2019-11-30 04:25:41

问题


I am using Intellij Ultimate edition 14.0.2

Working on a Java project using Maven as my build tool.

We are getting this error when attempting to launch my project via Tomcat server.

Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099

Have attempted, mvn clean install, rebuild the project in intellij, open and shut down intellij.


回答1:


Thanks for the feedback everyone. I ended up editing my host file to reference my computer name. I have not been able to recreate the issue.

Solved for now.




回答2:


Your problem is rarely ambiguous. You should check connection between IntelliJ IDEA and Tomcat Server. Checklist like marked points:
+ Configure Tomcat Server.
+ Before launch application server, you must configure to add artifacts to application sever.
+ Turn off other Tomcat server(s) in your computer (localhost)
etc.



来源:https://stackoverflow.com/questions/29037327/intellij-idea-tomcat-application-server-was-not-connected-before-run-configurati

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!