Websphere Applicatin Server 7 和 Eclipse

发布于 2024-11-18 09:03:59 字数 161 浏览 3 评论 0 原文

如何为 Websphere Application Server 7 创建 Eclipse 动态 Web 项目?我知道 Eclipse 中没有适用于 Websphere 7 的服务器适配器。在没有服务器适配器的情况下,如何创建、构建和部署此类项目?我花了好几个小时寻找解决方案,但什么也找不到。期待您的答复。

How can I create Eclipse Dynamic Web Project for Websphere Application Server 7? I know that there is no server adapter for Websphere 7 in Eclipse. How can I create, build and deploy such kind of a project without server adapter? I am searching for the solution for many hours, and I can not find a thing. Looking forward to your answers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

审判长 2024-11-25 09:03:59

WAS 7 没有 eclipse 插件

。使用 File >出口>网页> War 将项目导出为 war 文件...或者使用 ant 或 Maven

构建 war 和 war 文件。部署在 websphere 7 中。

There is no eclipse plugin for WAS 7.

use File > Export > Web > War to export the project as a war file... or use ant or maven to

build the war & deploy in websphere 7.

十秒萌定你 2024-11-25 09:03:59

IBM 现已发布适用于 WAS 7、8 和 8.5 的 Eclipse 插件。您可以在 Eclipse Marketplace 上找到它们,也可以直接从 IBM 安装它们。

以下是截至 2013 年 7 月的最新版本,与 Eclipse Juno 4.2.2 兼容:

https://www.ibmdw.net/wasdev/downloads/websphere-application-server-developer-tools-v8-5-5/

IBM has now released Eclipse plugins for WAS 7, 8, and 8.5. You can find them on the Eclipse Marketplace or you can install them from IBM directly.

Here's the most recent version as of July 2013, compatible with Eclipse Juno 4.2.2:

https://www.ibmdw.net/wasdev/downloads/websphere-application-server-developer-tools-v8-5-5/

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