无法从 eclipse 运行 Tomcat 7

发布于 2024-12-26 11:13:43 字数 441 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

过度放纵 2025-01-02 11:13:43

你真的下载并安装了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

吹梦到西洲 2025-01-02 11:13:43

创建一个新的 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.

骑趴 2025-01-02 11:13:43

从 Mac 的角度来看,但在 Windows 上应该是一样的。

这里有一个简单的指南:

  1. 打开服务器窗口
  2. 新建> >服务器
  3. 选择Tomcat v7.0服务器
  4. 选择服务器运行环境。按添加

5.选择您在其中提取已下载的服务器文件的文件夹

From a Mac prospective, but should be the same on windows.

Here a brief guide:

  1. Open Server window
  2. New > Server
  3. Select Tomcat v7.0 Server
  4. Select Server runtime environment. Press add

5.Select the folder where you extracted the server files that you have downloaded

鹊巢 2025-01-02 11:13:43

从 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 !

南七夏 2025-01-02 11:13:43

项目方面包含与部署到 Tomcat 7 不兼容的内容

转到项目属性 ->项目方面
禁用/降级不兼容的项目方面

Project facets contain something incompatible to be deployed to Tomcat 7

Go to Project properties -> Project Facets
disable/downgrade uncompatible project facets

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文