Re: Getting 401 error when trying to use Maven Tomcat plugin

2011-10-13 Thread laredotornado-3
Below is the complete settings.xml file. I'm on Windows, and this file is located in c:/apache-maven-3.0.3/conf/settings.xml . Should it be located somewhere else? - Dave Begin settings.xml == ?xml version=1.0 encoding=UTF-8? settings

Re: Getting 401 error when trying to use Maven Tomcat plugin

2011-10-12 Thread Денис Душин
Hi, in my case I could fix this problem by giving the full path to the manager applcation configuration urlhttp://localhost:8080/manager/htmlurl servertomcat-server/server /configuration On Tue, Oct 11, 2011 at 7:35 PM,

Re: Getting 401 error when trying to use Maven Tomcat plugin

2011-10-12 Thread laredotornado-3
Thanks, but sadly changing the URL to point what you suggest resulted in the same 401 error when I ran mvn tomcat:deploy - Dave -- View this message in context: http://maven.40175.n5.nabble.com/Getting-401-error-when-trying-to-use-Maven-Tomcat-plugin-tp4892167p4895394.html Sent from the Maven -

Re: Getting 401 error when trying to use Maven Tomcat plugin

2011-10-12 Thread Olivier Lamy
I wonder what is the content of your ~/.m2/settings.xml especially for the server with tomcat-server. 2011/10/12 laredotornado-3 laredotorn...@gmail.com: Thanks, but sadly changing the URL to point what you suggest resulted in the same 401 error when I ran mvn tomcat:deploy - Dave -- View

Re: Getting 401 error when trying to use Maven Tomcat plugin

2011-10-11 Thread Olivier Lamy
Hello, Can you check you have correctly configured your tomcat instance : http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access Thanks 2011/10/11 laredotornado-3 laredotorn...@gmail.com: Hi, I'm using maven 3.0.3 with the Maven-Tomcat (1.1) plugin.  

Re: Getting 401 error when trying to use Maven Tomcat plugin

2011-10-11 Thread laredotornado-3
Hi, I did add each of those roles to the tomcat user in the tomcat-users.xml file ... tomcat-users role rolename=tomcat/ role rolename=role1/ user username=tomcat password=tomcat roles=tomcat,manager-gui,manager-script,manager-jmx,manager-status/ user username=both password=tomcat