Plugin gets 403 unauthorized errors after upgrading from SNAPSHOT
-----------------------------------------------------------------

                 Key: MTOMCAT-121
                 URL: https://issues.apache.org/jira/browse/MTOMCAT-121
             Project: Apache Tomcat Maven Plugin
          Issue Type: Bug
          Components: tomcat6
    Affects Versions: 2.0-beta-1
         Environment: pache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
Maven home: /usr/share/maven
Java version: 1.6.0_29, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.7.3", arch: "x86_64", family: "mac"
Tomcat: 6.0.35
            Reporter: Eamonn Linehan
            Assignee: Olivier Lamy


I updated from 2.0-SNAPSHOT to 2.0-beta-1 and stopped being able to deploy war 
files to tomcat. No changes were made to tomcat. The tomcat manager application 
is configured to allow access using username 'admin' and no password. The 
plugin configuration is:

<plugin>
                                <groupId>org.apache.tomcat.maven</groupId>
                                <artifactId>tomcat6-maven-plugin</artifactId>
                                <version>2.0-beta-1</version> 
                                <configuration>
                                        <path>/</path>
                                        
<warFile>${project.build.directory}/${project.build.finalName}.war</warFile>
                                        <!-- Always undeploy before deploy -->
                                        <update>true</update>
                                        <mode>both</mode>
                                        <tag>Britebill</tag>
                                        
<contextFile>${project.build.directory}/${project.build.finalName}/META-INF/context.xml</contextFile>
                                </configuration>
                        </plugin>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to