博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
maven web项目build失败
阅读量:5377 次
发布时间:2019-06-15

本文共 1167 字,大约阅读时间需要 3 分钟。

  通过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的账号和密码是否正确

  更多详情见:

转载于:https://www.cnblogs.com/rwxwsblog/p/4988722.html

你可能感兴趣的文章
机器学习实战-----八大分类器识别树叶带源码
查看>>
eclipse git 新的文件没有add index选项
查看>>
java 泛型
查看>>
VC NetShareAdd的用法
查看>>
java web项目中后台控制层对参数进行自定义验证 类 Pattern
查看>>
图论学习一之basic
查看>>
Java的Array和ArrayList
查看>>
记录Ubuntu 16.04 安装Docker CE
查看>>
安东尼奥·维瓦尔第——巴洛克音乐的奇葩
查看>>
pandas的增删改查
查看>>
HDU 5933/思维
查看>>
字节对齐
查看>>
Design Tic-Tac Toe
查看>>
SQL中的去重操作
查看>>
uva 12097 - Pie(二分,4级)
查看>>
mongodb索引
查看>>
nginx源码学习资源(不断更新)
查看>>
【bzoj2882】工艺 后缀自动机+STL-map
查看>>
[redis] redis
查看>>
Linux的加密认证功能以及openssl详解
查看>>