I have a problem when I\'m trying to deploy Java-application.
Cannot invoke Tomcat manager: Connection reset by peer: socket write error
<
org.codehaus.mojo
tomcat-maven-plugin
http://localhost:8080/manager/text
TomcatServer
XXXX
XXXX
/XXXX
This works for me :)
Environment -> Windowd 8.1 + Maven 3 + Tomcat 8.1.15 + JDK 1.8 Also, I had to use tomcat:redeploy
ALso, update your maven settings via -> Preferences->Maven->User Settings to point to your maven settings.xml file. Add the values of the server in the maven settings.xml ( servers section and add the tomcat server details there). Use that here( for me the id is TomcatServer )
Some of the steps were taken from here:- http://kosalads.blogspot.de/2014/03/maven-deploy-war-in-tomcat-7.html