我安装了带有 Spring Tools Suite 插件的 Eclipse Juno。
我需要将一个新导入的 Web 项目部署到我通过存储库安装在我的系统上的 Tomcat 7。
问题是New Server Wizard
屏幕不允许我选择 Tomcat 7,因为描述是空的且不可修改。
我怎样才能解决这个问题?我可以选择其他版本的 Tomcat,但是当我选择 Tomcat 的安装路径时,我收到安装版本为 7 的错误。
根据本网站提供的说明
请按照以下步骤操作,因为这是一个已知问题
Window–>Preferences–>Server–>Runtime Environments
并修复服务器的损坏路径/链接。org.eclipse.jst.server.tomcat.core.prefs
为org.eclipse.jst.server.tomcat.core.prefs.bak
(或者您可以删除此文件)。这个文件可以在\workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
org.eclipse.wst.server.core.prefs
为org.eclipse.wst.server.core.prefs.bak
(或删除文件)。该文件也可以在与上述相同的位置找到。Follow these steps
1.)Go to Window–>Preferences–>Server–>Runtime Environments and fix the broken path/link for the server.
2.)delete this file org.eclipse.jst.server.tomcat.core.prefs under this location \workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
3.)delete this file org.eclipse.wst.server.core.prefs under this location \workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
After following these step's you can configure tomcat in eclipse.
单击添加配置运行时环境
在服务器运行时环境窗口中,您很可能会看到 Apache Tomcat 7。如果您删除运行时环境,然后返回到新服务器向导,Tomcat 7 将可以再次添加。
希望有帮助。这让我疯了几天
Eclipse Juno 可能还不能与 Apache Tomcat 7 完全兼容。使用 Tomcat 6 进行安装和配置工作。简单的。