从 Eclipse Web 项目制作/部署 War 文件
我不知道是否有人问过这个问题,但我正在处理本教程时遇到一个问题 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据您使用的环境,您有多种选择;更简单的方法可以是:
You have many options depending on the environment you're using; the more simple ways can be:
我建议使用 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.