使用maven将war部署到远程Tomcat 8时出现401(未授权)错误
我正在尝试在远程Tomcat 8上部署战争,但在此过程中出现401(未授权)错误。
错误日志
[ERROR] Tomcat return http status error: 401, Reason Phrase: Unauthorized
为部署执行的命令
mvn tomcat7:redeploy
的pom.xml
http://gsi-547576:8080/manager/text org.apache.tomcat.maven tomcat7-maven-plugin 2.2 ${integration.tomcat.url} integration-tomcat /${project.artifactId}
的tomcat-users.xml中
请指导。
您需要为“integration-tomcat”服务器定义凭据; 这通常在〜/ .m2 / settings.xml文件中完成:
integration-tomcat manager manager