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

Eclipse juno +Tomcat 7.0显示 server unbound

2012-12-26 17:28 639 查看
This is a known issue that can happens, to resolve this error, try one or all of the following:

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

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


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.

Reference here .
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Eclipse Tomcat
相关文章推荐