您的位置:首页 > 运维架构 > Tomcat

Eclispe不能配置TomcatV7.0 Server 的BUG解决方式

2015-01-28 15:14 381 查看
贴图:



配Java EE环境的时候,使用Eclipse,Tomcat7。

Window–>Preferences–>Server–>Runtime Environments 里添加了自己本地/opt安装了的Tomcat7.

然后在Servers标签页添加本地的server时

就会报出 Cannot create a server using the selected type的错误。

从Runtime Environments里重新配置完全毫无效果,Google一下,

得到如下解决方案,尝试之后顺利解决此问题,在此mark一下,以防以后再碰到。

Some times if we delete the servers configuration in the workspace or if we move the workspace adding tomcat as server can become difficult thing. We will hit with the errorCannot create a server using the selected type.

To resolve this error, try one or all of the following:

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 toorg.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 toorg.eclipse.wst.server.core.prefs.bak (or delete the file). This file also can be found at the same location as above
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐