Mahmoud Saleh created MTOMCAT-166: ------------------------------------- Summary: Cannot invoke Tomcat manager:Cannot retry request with a non-repeatable request entity Key: MTOMCAT-166 URL: https://issues.apache.org/jira/browse/MTOMCAT-166 Project: Apache Tomcat Maven Plugin Issue Type: Bug Components: tomcat7 Affects Versions: 2.0-beta-1 Environment: maven-2,windows 7 Reporter: Mahmoud Saleh Assignee: Olivier Lamy (*$^¨%`£)
i am using **tomcat7-maven-plugin** to deploy application to remote server **1- plugin configuration:** <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.0-beta-1</version> <configuration> <server>pb</server> <url>http://mydomain:8080/manager/html</url> </configuration> </plugin> **2- settings.xml:** <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>pb</id> <username>myuser</username> <password>mypass</password> </server> </servers> </settings> and i am using the command: `mvn tomcat7:deploy` and i can see that the war file is deployed: [INFO] Deploying war to http://mydomain.com:8080/myapp Uploading: http://mydomain.com:8080/manager/html/deploy?path=%2Fmyapp Uploaded: http://mydomain.com:8080/manager/html/deploy?path=%2Fmyapp (5932 KB at 18.9 KB/sec) and after that i am getting the error: Cannot invoke Tomcat manager:Cannot retry request with a non-repeatable request entity. please advise why i am getting this error, and how to fix it. -- 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