码迷,mamicode.com
首页 > Web开发 > 详细

maven web项目build失败

时间:2015-11-23 16:34:20      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:

  通过maven build发布web项目到tomcat时报如下异常:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.671 s
[INFO] Finished at: 2015-11-23T15:51:07+08:00
[INFO] Final Memory: 16M/310M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:deploy (default-cli) on project spring-security-cas: Cannot invoke Tomcat manager: Connection reset by peer: socket write error -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

  原因为:

    1、检查tomcat安装目录下的conf/tomcat-users.xml中的<tomcat-users>节点下是否添加了权限的设置
    2、maven安装目录下的conf/settings.xml中server的账号和密码是否正确

  更多详情见:Maven发布web项目到tomcat

maven web项目build失败

标签:

原文地址:http://www.cnblogs.com/rwxwsblog/p/4988722.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!