在Eclipse中创建了一个Web工程后,需要将该工程部署到Tomcat中进行发布。有时就会遇到在New Server对话框中选择了Tomcat 6/7后却无法单击“Next”按钮的问题,如下图所示:

解决Eclipse添加新server时无法选择Tomcat7的问题

 

 

        这时打开工程目录下的.metadata\.plugins\org.eclipse.core.runtime\.settings文件夹,删除org.eclipse.wst.server.core.prefs和org.eclipse.jst.server.tomcat.core.prefs这两个文件,再重启eclipse即可。
--------------------- 
作者:宏羽 
来源:CSDN 
原文:https://blog.csdn.net/greatfeather/article/details/44955057 
版权声明:本文为博主原创文章,转载请附上博文链接!

相关文章:

  • 2021-07-23
  • 2021-11-02
  • 2022-01-05
  • 2021-10-14
  • 2021-10-21
  • 2021-04-25
猜你喜欢
  • 2021-07-29
  • 2021-07-20
  • 2021-05-28
  • 2022-12-23
相关资源
相似解决方案