Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 496
CalebKing3 Avatar asked Mar 13 '15 16:03

CalebKing3


1 Answers

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.

like image 94
CalebKing3 Avatar answered Sep 24 '22 21:09

CalebKing3