Tomcat7新建服务器下一步不能点击

前言:之前用的tomcat-7.0.37现在换成tomcat-7.0.47,就出现了以下问题,选择服务器后,下一步不能点击,如图
Tomcat7新建服务器下一步不能点击
该问题还是比较好解决的,如下

引用
cd ~/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/   
rm org.eclipse.jst.server.tomcat.core.prefs   
rm org.eclipse.wst.server.core.prefs


重启eclipse后,再次新建就可以了,如图

Tomcat7新建服务器下一步不能点击

你可能感兴趣的:(eclipse,tomcat)