Eclipse配置Tomcat:Cannot create a server using the selected type

Posted OneDay-X

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse配置Tomcat:Cannot create a server using the selected type相关的知识,希望对你有一定的参考价值。

前言:Eclipse配置Tomcat过程


打开Eclipse,点击菜单栏中的windows中的Preferences配置属性

然后选择server中的runtime Environments,添加所需的Tomcat版本,如下:





这样Tomcat就算配置好了,但是可能此时还是无法启动Tomcat服务器,那就忧伤的接着配:


同样,选择windows,但此时选择Show View--->Other...



然后选择Server:



接着在Server中,右键空白处,选择New--->Server



接下来就添加Tomcat:



此时,问题又出现了,不能选择Server name,不能下一步,且报错:Cannot create a server using the selected type

这就是我遇到的问题,也是本文的重点


解决方法:

      1.  关闭Eclipse

      2.  打开WorkSpace所在的位置。    workspace-directory/.metadata/.plugins/org.eclipse.core.runtime/.settings     删除以下文件

  •   org.eclipse.wst.server.core.prefs
  •   org.eclipse.jst.server.tomcat.core.prefs

      3.  重启 Eclipse


以上是关于Eclipse配置Tomcat:Cannot create a server using the selected type的主要内容,如果未能解决你的问题,请参考以下文章

eclipse错误之Context root cannot be empty

解决eclipse中无法删除Tomcat服务器中的项目,报maven is required and cannot be removed from the server错误情况

Eclipse------导入项目后出现javax.servlet.jsp cannot be resolved to a type

eclipse点击run时提示: the selection cannot be launched

JavaEE环境配置 - 配置Tomcat:eclipse集成Tomcat

JavaEE环境配置 - 配置Tomcat:eclipse集成Tomcat