Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-13 Thread Olivier Lamy
Hi, Can you try with: mvn tomcat7:deploy -Dtomcat.username=Administrator -Dtomcat.password=a See Mojo documentation: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/deploy-mojo.html 2012/4/13 Matt Munz matt.m.m...@gmail.com: Olivier,  When I try to deploy from Maven,

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-13 Thread Konstantin Kolinko
2012/4/13 Matt Munz matt.m.m...@gmail.com: Olivier,  When I try to deploy from Maven, the following message appears in the access log. [1]  There are no other messages in any of the other logs for this event. [1] 127.0.0.1 - - [12/Apr/2012:21:15:59 -0700] PUT /manager/html/deploy?path=%2F

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-12 Thread Olivier Lamy
Hello, Currently, I cannot reproduce. Do you have more logs/details from your tomcat instance ? Especially: $CATALINA_HOME/logs/localhost_access_log.-MM-dd.txt and entries corresponding to the deployment Are you passing tru a http server which is proxying/redirecting to the Tomcat instance ?

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-12 Thread Matt Munz
Olivier, Thanks for getting to this. Do you have more logs/details from your tomcat instance ? Especially: $CATALINA_HOME/logs/localhost_access_log.-MM-dd.txt and entries corresponding to the deployment I will collect these and send them in a subsequent email. Are you passing tru a

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-12 Thread Matt Munz
Olivier, When I try to deploy from Maven, the following message appears in the access log. [1] There are no other messages in any of the other logs for this event. [1] 127.0.0.1 - - [12/Apr/2012:21:15:59 -0700] PUT /manager/html/deploy?path=%2F HTTP/1.1 401 2550 Matt On Apr 12, 2012, at

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-05 Thread Matt Munz
Olivier, OK. Thanks. So with the 2.0-SNAPSHOT version I am getting the same error (HTTP 401). [1] Interestingly, the plugin output makes it look like the WAR file was uploaded but when I visit the Manager, I can see that it is not deployed. Do you have any thoughts about what I can do

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-03 Thread Olivier Lamy
Hello, With version from codehaus manager url for tomcat7 is not correct. (see http://mojo.codehaus.org/tomcat-maven-plugin/examples/deployment-tomcat7.html) Regarding the plugin prefix trouble, you have two solutions to use the correct version: * use the full cli: mvn

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-03 Thread Matt Munz
Olivier, I made that change to settings.xml and now I'm getting a different error. [1] How can I find out where this plugin is stored? Perhaps there is a problem with the repository or my repository configuration. [1] [WARNING] The POM for

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-02 Thread Olivier Lamy
Hello, I have fixed few things related to deployment in trunk. Could you test with current 2.0-SNAPSHOT ? Thanks -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy 2012/4/2 Matt Munz matt.m.m...@gmail.com: Hi all,  I'm trying to get the

Re: Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-02 Thread Matt Munz
Olivier, After switching to 2.0-SNAPSHOT, I am still getting errors :( First I got an error saying that the tomcat7 prefix was not found. [1] Then I tried mvn tomcat:deploy -Dusername=Administrator -Dpassword=a and I got a 403 response from the manager. [1] [ERROR] No plugin found for

Tomcat 7 Maven plugin: deploy fails with tomcatManager status code:401, ReasonPhrase:Unauthorized

2012-04-01 Thread Matt Munz
Hi all, I'm trying to get the Tomcat 7 Maven plugin to work and I'm getting an authorization problem.[1] Here's the command that I'm running. [2] Here's the relevant snippet from tomcat-users.xml. [3] From the browser I am able to log on to the Manager with this account without problems.