配置Tomcat的時候出現提示框The selected server is enabled,but is not configured properly.Deployment to it will not be permitted until the problem is corrected. P ...
配置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版本是否一致, 不一致那麼就更改一致
以上應該可以解決了...