Tomcat-maven-plugin 401 error
i am learning tomcat basics and while i tried to deploy my web-application on tomcat i am getting the following error [ERROR] Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.1:deploy (default-cli) on project struts2-demoapp: Cannot invoke Tomcat manager: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/html/deploy?path=%2FmkyWebApp&war= -> [Help 1] [ERROR] as per this it seems war file location is not being passed to the tomcat manager.i have the following entries in my tomcat-user.xml tomcat-users> <user name="admin" password="admin" roles="admin