eclipse新建apache7 server出错Cannot create a server using the selected type

来源:互联网 发布:阿里云邮箱登录网址 编辑:程序博客网 时间:2024/04/29 16:02

晚上在笔记本上配tomee时出现的问题 google下 发现了这个解决方法:

1.  Go to Window–>Preferences–>Server–>Runtime Environments and fix the broken path/link for the server

2.  Rename the org.eclipse.jst.server.tomcat.core.prefs to org.eclipse.jst.server.tomcat.core.prefs.bak (or you can delete this file). This file can be found at \workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings

3.  Rename the org.eclipse.wst.server.core.prefs to org.eclipse.wst.server.core.prefs.bak (or delete the file).  This file also can be found at the same location as above


其实就是重命名或者删除这两个文件即可解决:

org.eclipse.wst.server.core.prefs ;

org.eclipse.jst.server.tomcat.core.prefs ;

原创粉丝点击