idea14 部署tomcat问题

刚刚使用idea,请问下,和网上部署tomcat方式一致,但是总是报

Application Server was not connected before run configuration stop, reason:

     Unable to ping server at localhost:1099

这个错误,这个1099 是JMX port , 麻烦有人帮小弟解决下吧

1099,你用idea开发ejb吗

我也遇到这样的问题了,求大神指点图片说明

修改/etc/hosts文件,添加 127.0.0.1 localhost xxxxxx
其中xxxxxx是本机名, 本机名可以用过hostname获得

D:\apache-tomcat-9.0.0.M1\bin\catalina.bat run
Using CATALINA_BASE: "C:\Users\Administrator.IntelliJIdea14\system\tomcat\Unnamed_FjdsSVN_2"
Using CATALINA_HOME: "D:\apache-tomcat-9.0.0.M1"
Using CATALINA_TMPDIR: "D:\apache-tomcat-9.0.0.M1\temp"
Using JRE_HOME: "D:\jdk1.6.0_45.x64"
Using CLASSPATH: "D:\apache-tomcat-9.0.0.M1\bin\bootstrap.jar;D:\apache-tomcat-9.0.0.M1\bin\tomcat-juli.jar"
Disconnected from server
怎么解决