无法从 eclipse 运行 Tomcat 7
我正在使用 Eclipse EE Helios。
我想将我创建的项目部署到 Tomcat 7。
(我已经下载了 Tomcat 并创建了一个动态项目)
我在 Eclipse 中打开了Server View
,然后按New
在 Eclipse 中定义了一个新的 Tomcat 实例。
在New Server
对话框中,我选择了Tomcat v7.0 Server
,但我在窗口顶部看到错误指示
无法使用所选类型创建服务器
如果我按链接下载其他服务器适配器
,我会看到几个选项,例如适用于 Geronimo、GlassFish 等,但看不到适用于 Tomcat 7.
我在这里做错了什么?
I am using Eclipse EE Helios.
I wanted to deploy to Tomcat 7 a project I created.
(I have already downloaded Tomcat and created a dynamic project)
I opened the Server View
in Eclipse and I pressed New
to define a new Tomcat instance within Eclipse.
In the dialog for New Server
I selected Tomcat v7.0 Server
but I saw an error indication on the top of the window
Cannot create a server using the selected type
If I press the link Download additional server adapters
I see several options e.g. for Geronimo, GlassFish etc but not for
Tomcat 7.
What am I doing wrong here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
你真的下载并安装了Tomcat吗?默认情况下 Eclipse 不附带它。
以下是在 Eclipse 中设置 Tomcat 的一些说明: http:// www.michael-thomas.com/tech/apache/tomcat/tutorial_tomcat_eclipse/index.htm
您可以在这里下载 Tomcat:http://tomcat.apache.org/download-70.cgi
Have you actually downloaded and installed Tomcat? It doesn't come with Eclipse by default.
Here are some directions on setting up Tomcat in Eclipse: http://www.michael-thomas.com/tech/apache/tomcat/tutorial_tomcat_eclipse/index.htm
And you can download Tomcat here: http://tomcat.apache.org/download-70.cgi
创建一个新的 Tomcat7 运行时。在项目中->右键单击->属性->目标运行时间 ->新的。它将从同一服务器创建第二个版本。这对我有用。
Create a new Tomcat7 Runtime. In project -> right click -> properties -> Targeted runtimes -> new. It will create a second version from the same server. This worked for me.
从 Mac 的角度来看,但在 Windows 上应该是一样的。
这里有一个简单的指南:
5.选择您在其中提取已下载的服务器文件的文件夹
From a Mac prospective, but should be the same on windows.
Here a brief guide:
5.Select the folder where you extracted the server files that you have downloaded
从 Eclipse
窗口尝试 ->首选项->服务器->运行环境
添加或修改服务器Tomcat 7.0的配置参数,特别是Tomcat 7目录的安装路径。
这对我有用!
Try From Eclipse
Window -> Preferences -> Server -> Runtime environments
Add or modify configuration parameters of server Tomcat 7.0 particurlaly the installation path of the Tomcat 7 directory.
It works for me !
项目方面包含与部署到 Tomcat 7 不兼容的内容
转到项目属性 ->项目方面
禁用/降级不兼容的项目方面
Project facets contain something incompatible to be deployed to Tomcat 7
Go to Project properties -> Project Facets
disable/downgrade uncompatible project facets