I have a similar problem. I have successfully managed to deploy the webapp the first time, but once I've made changes and tried to deploy again, it says...
Code:
C:\sprinf-surf-sandbox\community>mvn tomcat:deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building community
[INFO] task-segment: [tomcat:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing tomcat:deploy
[INFO] [aspectj:compile {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [aspectj:test-compile {execution: default}]
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\sprinf-surf-sandbox\community\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp community in C:\sprinf-surf-sandbox\community\target\community-0.1.0-SNAPSHOT
[INFO] Copy webapp webResources to C:\sprinf-surf-sandbox\community\target\community-0.1.0-SNAPSHOT
[INFO] Generating war C:\sprinf-surf-sandbox\community\target\community-0.1.0-SNAPSHOT.war
[INFO] Building war: C:\sprinf-surf-sandbox\community\target\community-0.1.0-SNAPSHOT.war
[INFO] [tomcat:deploy {execution: default-cli}]
[INFO] Deploying war to http://localhost:8080/community
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot invoke Tomcat manager: FAIL - Application already exists at path /community
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Sun Jan 10 19:41:43 GMT 2010
[INFO] Final Memory: 18M/47M
[INFO] ------------------------------------------------------------------------
I tried, mvn tomcat:redeploy, which seemed to be successful, but resulted in
Code:
HTTP Status 404 - /community/
type Status report
message /community/
description The requested resource (/community/) is not available.
Apache Tomcat/6.0.20