Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.1
-
Component/s: Documentation, Tomcat
-
Labels:None
-
Environment:Tomcat 7.0.14
Windows XP SP3
Maven 3
-
Complexity:Intermediate
-
Number of attachments :
Description
mvn cargo:redeploy a WAR is not successfully deployed to a remote Tomcat 7.0.14 container. The result of execution is in attachment
mvn cargo:deploy works very well
Any suggestion?
my configuration is :
<plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> <version>1.1.0</version> <configuration> <container> <containerId>tomcat7x</containerId> <type>remote</type> </container> <configuration> <type>runtime</type> <properties> <cargo.remote.uri>http://192.168.13.218:8080/manager/html</cargo.remote.uri> <cargo.remote.username>tomcat</cargo.remote.username> <cargo.remote.password>tomcat</cargo.remote.password> </properties> </configuration> <deployer> <type>remote</type> <deployables> <deployable> <groupId>com.company.insgl</groupId> <artifactId>insgl-core</artifactId> <type>war</type> <pingURL>http://192.168.13.218:8080/${project.name}</pingURL> <pingTimeout>20000</pingTimeout> </deployable> </deployables> </deployer> </configuration> </plugin>
Activity
Sergiusz Kierat
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | undeploy.zip [ 55302 ] | |
| Attachment | redeploy.zip [ 55303 ] |
Savas Ali Tokmen
made changes -
| Fix Version/s | 1.1.1 [ 17246 ] | |
| Fix Version/s | 1.2.0 [ 17088 ] |
Sergiusz Kierat
made changes -
| Attachment | redeploy2.zip [ 55329 ] |
Savas Ali Tokmen
made changes -
| Component/s | Documentation [ 11434 ] |
Savas Ali Tokmen
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Savas Ali Tokmen [ alitokmen ] | |
| Resolution | Fixed [ 1 ] |
Savas Ali Tokmen
made changes -
| Fix Version/s | 1.2.0 [ 17088 ] |