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
org.apache.tomcat.maven:tomcat7-maven-plugin:2.0-SNAPSHOT:deploy
* configure your settings.xml with the entry
<pluginGroups>
<pluginGroup>org.apache.tomcat.maven</pluginGroup>
</pluginGroups>
HTH,
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy
2012/4/3 Matt Munz <[email protected]>:
> 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 prefix 'tomcat7' in the current project and in
> the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available
> from the repositories [local (/Users/mattmunz/.m2/repository), central
> (http://repo1.maven.org/maven2)] -> [Help 1]
> [2]
> [ERROR] Failed to execute goal
> org.codehaus.mojo:tomcat-maven-plugin:1.1:deploy (default-cli) on project
> ...: Cannot invoke Tomcat manager: Server returned HTTP response code: 403
> for URL: http://localhost:8080/manager/deploy?path=%2F...&war= -> [Help 1]
>
> Matt
>
> On Apr 2, 2012, at 4:16 AM, Olivier Lamy wrote:
>
>> 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 <[email protected]>:
>>> 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.
>>>
>>> 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]
>>> <role rolename="manager-gui"/>
>>> <role rolename="manager-script"/>
>>> <role rolename="manager-jmx"/>
>>> <user username="Administrator" password="a"
>>> roles="manager-gui,manager-script,manager-jmx"/>
>>>
>>> Matt Munz
>>> [email protected]
>>>
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]