我试图在 IntelliJ 中制作一个简单的 web 应用程序,方法是遵循以下教程: Http://wiki.jetbrains.net/intellij/creating_a_simple_web_application_for_tomcat_in_intellij_idea_12
我相信我的 Tomcat 安装正确,因为我看到了 Tomcat 的图片,当我去
http://localhost:8080/
我已经按照所有的步骤,直到它告诉我运行 index.jsp
的那一部分,这时我得到了错误:
Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: nodename nor servname provided, or not known
我在日志里看到了:
Application Server was not connected before run configuration stop, reason:
Unable to ping server at localhost:1099
这个1099来自 Run-> Edit Configuration 中的 JMX 端口。
我该怎么补救?