如何在Eclipse中制作war文件

发布于 2024-10-18 23:53:01 字数 366 浏览 2 评论 0原文

制作war文件的简单方法是什么?

当我右键单击“在服务器上运行”时,我的项目正在运行,但我想部署在 tomcat 服务器上。 我已经安装了 m2clipse 但它给了我一个错误。

  1. maven必须要制作war文件吗?
  2. 我需要特殊的目录结构来与 eclipse 进行战争吗?

    无法在项目测试中执行目标 org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war): 组装 WAR 时出错:需要 webxml 属性(或预先存在的 WEB- INF/web.xml(如果在更新模式下执行)-> [帮助1] [错误]

What is the easy way to make war file?

My project is working when i right click run on server, but i want to deploy on tomcat server.
I have installed m2clipse but it gave me an error.

  1. Is maven compulsory to make war file?
  2. Do i need special directory structure to make war with eclipse?

    Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project testing2: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]
    [ERROR]

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

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

发布评论

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

评论(1

睫毛上残留的泪 2024-10-25 23:53:01

文件->导出->网页-> WAR 文件

或 Kepler 中的文件如下所示:

在此处输入图像描述

File -> Export -> Web -> WAR file

OR in Kepler follow as shown below :

enter image description here

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