配置Tomcat的时候出现
提示框
The selected server is enabled,but is not configured properly.Deployment to it will not be permitted until the problem is corrected. Please navigate to the server prefence pages and verify the field with the prompt:Tomcat JDK name
1) 查看JAVA_HOME, Path是否正确配置
2) 检查CATALINE_HOME是否存在, 如果存在就删除
3) 检查eclipse中Tomx.x的配置, 查看TomcatHome是否正确
4) 打开Tomcatx.x下层目录, 看看你选择的JDK与你当前项目的JDK版本是否一致, 不一致那么就更改一致
以上应该可以解决了...