Tomcat 7: Connection reset by peer or Software caused connection abort

前端 未结 5 1840
梦如初夏
梦如初夏 2020-12-10 12:30

I have a problem when I\'m trying to deploy Java-application.

Cannot invoke Tomcat manager: Connection reset by peer: socket write error
<
5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-10 13:14

    mvn tomcat7:redeploy
    

    try this as documentation suggests:

    (Alias for the deploy goal with its update parameter set to true.)

提交回复
热议问题