从 Eclipse Web 项目制作/部署 War 文件

发布于 2025-01-03 00:13:48 字数 308 浏览 0 评论 0原文

我不知道是否有人问过这个问题,但我正在处理本教程时遇到一个问题 Hello World 示例,在 Eclipse 中使用注释驱动 Spring 3 MVC 。现在我很不好意思地说如何制作 war 文件部署在 tomcat 上。请在这方面指导我。谢谢

P.S:只是通知你我有 Tomcat 6.0 和 eclipse indigo 3.7

I don't know if some one asked this but I have a problem that I am working on this tutorial Hello World Example with annotation driven Spring 3 MVC in Eclipse .Now I am very embarrassed to say that how can I make war file to deploy on tomcat. Please guide me in this regard. Thank you

P.S: Just to inform you that I have Tomcat 6.0 and eclipse indigo 3.7

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

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

发布评论

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

评论(2

夏有森光若流苏 2025-01-10 00:13:48

根据您使用的环境,您有多种选择;更简单的方法可以是:

  • 出于测试目的,您可以在 J2EE 透视图的 Servers 选项卡中引用 Eclipse 中的 Tomcat 安装,并将动态 Web 项目添加到其中;然后你可以从 Eclipse 控制(启动/停止/调试)你的服务器
  • 来构建要部署的 war,你可以右键单击 Dynamic Web Project 并选择 Export War File

You have many options depending on the environment you're using; the more simple ways can be:

  • for testing purpose you can reference a Tomcat installation inside your Eclipse in the Severs tab of the J2EE perspective and add your Dynamic Web Project to it; then you can control (start/stop/debug) your server from Eclipse
  • to build a war to deploy, you can right click the Dynamic Web Project and choose Export War File
执手闯天涯 2025-01-10 00:13:48

我建议使用 Apache Maven,因为当您的项目变得更大并且您将有很多依赖项时,它将为您提供很大帮助。您可以尝试将其作为 Eclipse 插件 (m2eclipse) 或从命令行使用它。

I would recommend using Apache Maven as it will help you much as you project will get bigger and your will have a lot of dependencies. You can try it as Eclipse plugin (m2eclipse) or use it from command line.

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