Regarding the problem that idea cannot ping the local service port 1099

Error in idea: Unable to ping server at localhost:1099

I have recently started to work on formal projects. When building a server-side operating environment, I encountered an error like Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099. After searching online, I found that it was my Tomcat. The problem of incompatibility between version and sdk version:
insert image description hereinsert image description hereone version is too high and the other is too low. Changing Tomcat 9 to Tomcat 7 or changing the sdk to 1.8 can solve the problem.

Supongo que te gusta

Origin blog.csdn.net/qq_42740899/article/details/87368115
Recomendado
Clasificación