tomcat-maven-plugin erreur 403

Lorsque j'utilise mvn tomcat:déploiement de tomcat-maven-plugin il y a une erreur 403:

Échec de l'exécution de l'objectif org.codehaus.mojo:tomcat-maven-plugin:1.0:déployer (par défaut-cli) sur mon projet-webapp: Ne peut invoquer le Tomcat manager: le Serveur a renvoyé le code de réponse HTTP: 403 pour l'URL: http://localhost:8080/manager/text/deploy?path=%2Fdms&war=

Je pense que c'raison de nulle guerre paramètre. Mais pourquoi est-il nul???

Dans pom.xml il y a:

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>tomcat-maven-plugin</artifactId>

  <configuration>
    <warFile>target\my-webapp.war</warFile>
    <server>myserver</server>
    <url>http://localhost:8080/manager/text</url>
    <path>/dms</path>
  </configuration>
</plugin>
InformationsquelleAutor | 2011-03-23