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

2012-04-12 Thread Matt Munz
r 12, 2012, at 6:46 PM, Matt Munz wrote: > 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 &

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

2012-04-12 Thread Matt Munz
; Uploading: http://localhost:8080/manager/html/deploy?path=%2F >> Uploaded: http://localhost:8080/manager/html/deploy?path=%2F (9555 KB at >> 33760.1 KB/sec) >> [INFO] tomcatManager status code:401, ReasonPhrase:Unauthorized >> >> Matt >> >> >>

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

2012-04-05 Thread Matt Munz
code:401, ReasonPhrase:Unauthorized Matt On Apr 4, 2012, at 12:23 AM, Olivier Lamy wrote: > Hello, > Have a look here: > http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/snapshot-test.html > > 2012/4/4 Matt Munz : >> Olivier, >> >> I made that change

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

2012-04-03 Thread Matt Munz
n:2.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.tomcat.maven:tomcat7-maven-plugin:jar:2.0-SNAPSHOT: Could not find artifact org.apache.tomcat.maven:tomcat7-maven-plugin:pom:2.0-SNAPSHOT -> [Help 1] Matt Munz On Apr 2, 2012,

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

2012-04-02 Thread Matt Munz
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 : >> Hi

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

2012-04-01 Thread Matt Munz
account without problems. Any help you could provide would be greatly appreciated. [1] tomcatManager status code:401, ReasonPhrase:Unauthorized [2] mvn tomcat7:deploy -Dusername=Administrator -Dpassword=a [3] Matt Munz matt.m.m...@gmail.com

Configuring a web application at the container level

2006-02-15 Thread Matt Munz
ach tomcat instance, and then hello-world.war could just inherit those settings from the container. That way I edit the configuration file once, and each re-deploy doesn't require a re-edit of the configuration file. So, how do I do that? JNDI, JMX, something else? Thanks for considering