- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 tomcat7、eclipse 4.6.2 和我自己的 maven 3(不是 eclipse 中的默认设置)。
这是我的 tomcat_users.xml:
<role rolename="tomcat"/>
<role rolename="manager"/>
<role rolename="manager-gui"/>
<role rolename="manager-script" />
<role rolename="admin-gui"/>
<user username="tomcat" password="tomcat" roles="tomcat,manager,manager-script,admin-gui" />
<user username="admin" password="admin" roles="manager-gui" />
这是我在 Maven 3 中的 settings.xml:
E:\apache-maven-3.3.9\conf\settings.xml
<server>
<id>tomcat7</id>
<username>admin</username>
<password>admin</password>
</server>
本地仓库在C:\Users\zhuxiaodong.m2\repository
我创建了一个名为“webapp”的 Maven 网络项目我的 pom.xml 的一部分是:
<build>
<finalName>webapp</finalName>
<plugins>
<!-- Eclipse project -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.9</version>
<configuration>
<!-- Always download and attach dependencies source code -->
<downloadSources>true</downloadSources>
<downloadJavadocs>false</downloadJavadocs>
<!-- Avoid type mvn eclipse:eclipse -Dwtpversion=2.0 -->
<wtpversion>2.0</wtpversion>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://localhost:8425/manager/text</url>
<username>admin</username>
<password>admin</password>
<server>tomcat7</server>
<path>/${project.build.finalName}</path>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>people.apache.snapshots</id>
<url>
http://repository.apache.org/content/groups/snapshots-group/
</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshots</name>
<url>
http://repository.apache.org/content/groups/snapshots-group/
</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
enter image description here然后我运行这个项目:
[ERROR] Failed to execute goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.2:deploy (default-cli) on project webapp: Cannot invoke Tomcat manager: Software caused connection abort: 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
怎么了?谢谢你!如果信息不完整,我会显示更多详细信息。(该项目用于测试spring mvc和spring security)
最佳答案
你可以尝试在Tomcat的server.xml
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
并在 pom.xml
中将端口更改为 8080
而不是 8425
关于java - maven web项目在eclipse(tomcat 7)运行报错:error:Cannot invoke Tomcat manager: Software caused connection abort: socket write error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42439190/
我在使用 xcode-select --install 安装命令行开发工具时遇到问题使用 Xcode 11 beta 和 Mac Mojave 10.14.5。 下载开始发生,然后立即停止并显示一条消
我们的一位用户对 ClickOnce 有一个非常严重的问题。该错误是一个经典错误: Following errors were detected during this operation.
问题很简单,HKEY_CURRENT_USER\Software\Wow6432Node\Classes和HKEY_CURRENT_USER\Software\Classes\Wow6432Node有
当我尝试将应用程序提交上传到我所属组织的 itunes connect 时,我收到了上述错误,但 itunes connect 用户名与我的 Apple 开发者 ID 不同。 问题是我有一个 Appl
我是 Android 新手。我安装了 Eclipse Kepler 版本。 我点击了这个链接。 https://sites.google.com/site/barsham/list-of-topics
我正在为 Web 应用程序的模块编写设计文档,在研究设计文档时,我遇到了名称为 Software Design Document (SDD)/Software Design Description(S
我有以下代码 public class A { public double foo(double y) { return real_value;
几天前向我提出了这个问题。要求是设计一个向用户提供体育内容(例如足球)的移动应用。 该应用程序将允许用户向特定团队订阅。 根据用户的团队选择,这些应用仅在用户的主屏幕上提供与该团队相关的内容。 当然,
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 5年前关闭。 Improve this qu
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 3年前关闭。 Improve thi
关闭。这个问题需要更多 focused .它目前不接受答案。 想改进这个问题?更新问题,使其仅关注一个问题 editing this post . 5年前关闭。 Improve this questi
关闭。这个问题需要更多 focused .它目前不接受答案。 想改进这个问题?更新问题,使其仅关注一个问题 editing this post . 7年前关闭。 Improve this questi
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 7年前关闭。 Improve thi
已经有大量关于代码度量的讨论(例如: What is the fascination with code metrics? )。我(作为一名软件开发人员)对这些指标非常感兴趣,因为我认为它们可以帮助人
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 8 年前。 Improve this qu
我们即将进行一些面试,我们正在招聘这些人担任质量保证职务。参与开发人员的目的是了解此人是否会与开发团队很好地合作。 开发人员应该向质量检查人员提出的最重要的重要问题是什么?我在寻找实用的问题,而不是蓬
我现在了解软件的源版本和二进制版本之间的主要区别。一个很好的问题here。 我需要在Linux机器上安装Node.js,并选择二进制发行版,因为它不需要编译/安装。我下载了tar,解压缩了文件,即可使
我有以下问题 (1) “软件损坏”一词是什么意思?任何具体的例子都会有很大的帮助。 (2) 如果出现所谓的“软件损坏”,如何修复? 非常感谢您的回复。 最佳答案 软件损坏 是一个含糊不清的术语。我可以
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 4年前关闭。 Improve thi
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 6年前关闭。 Improve thi
我是一名优秀的程序员,十分优秀!