如何在Eclipse中制作war文件
制作war文件的简单方法是什么?
当我右键单击“在服务器上运行”时,我的项目正在运行,但我想部署在 tomcat 服务器上。 我已经安装了 m2clipse
但它给了我一个错误。
- maven必须要制作war文件吗?
我需要特殊的目录结构来与 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.
- Is maven compulsory to make war file?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文件->导出->网页-> WAR 文件
或 Kepler 中的文件如下所示:
File -> Export -> Web -> WAR file
OR in Kepler follow as shown below :