Details
Description
CARGO Maven2 plugin thinks there is nothing to deploy if the only deployable is the Maven2 project itself.
Activity
Savas Ali Tokmen
made changes -
Savas Ali Tokmen
made changes -
| Summary | The Tomcat 7.x remote deployer doesn't work | CARGO Maven2 plugin thinks there is nothing to deploy |
Savas Ali Tokmen
made changes -
| Description | The CARGO remote deployer for Tomcat 7.x does not work. Indeed, the URL for the text interface changed from "/manager" to "/manager/text" for Tomcat 7 and onwards. |
The CARGO remote deployer for Tomcat 7.x does not work. Indeed, the URL for the text interface changed from "/manager" to "/manager/text" for Tomcat 7 and onwards.
NOTE: After a first analysis, looks like the problem has nothing to do with the Tomcat7 container. |
| Component/s | Maven2 [ 11970 ] | |
| Component/s | Tomcat [ 11435 ] |
Savas Ali Tokmen
made changes -
| Description |
The CARGO remote deployer for Tomcat 7.x does not work. Indeed, the URL for the text interface changed from "/manager" to "/manager/text" for Tomcat 7 and onwards.
NOTE: After a first analysis, looks like the problem has nothing to do with the Tomcat7 container. |
CARGO Maven2 plugin thinks there is nothing to deploy if the only deployable is the Maven2 project itself. |
| Summary | CARGO Maven2 plugin thinks there is nothing to deploy | CARGO Maven2 plugin thinks there is nothing to deploy if the only deployable is the Maven2 project itself |
Savas Ali Tokmen
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Savas Ali Tokmen
made changes -
I checked out revision 2422 and still can not get Tomcat 7.x remote deployment working.. I have it installed to localhost:8080 and have tried using cargo.tomcat.manager.url of http://localhost:8080/manager/text and http://localhost:8080/manager both to no avail. I am certain I have the credentials correct, as I can browse to the /manager without issue using tomcat/tomcat.
Cargo does not report any information, even with -X, and I see nothing in catalina.out ... I'm mystified.