maven-cargo
remote deploy on tomcat with CARGO fails with TIMEOUT
I\'m running into a problem when doing a remote deploy with cargo-maven2-plugin (1.0.6). The war I\'m deploying is rather large and the default 20 seconds are not enough to do the full deploy.[详细]
2023-02-21 20:16 分类:问答Modifying configs files in my.war/WEB-INF/ before deploying on Tomcat for integration tests
I have REST client/server application based on a Jetty Servlet That I deploy on Tomcat. The client and servers and two different modules.[详细]
2023-02-17 01:49 分类:问答slight url mismatch while publishing java 6 maven webapp to tomcat from netbeans
Honestly I\'ve started this small maven webapp using eclipse 3.6 (STS) and i found it so complicated that i had to switch to netbeans.I really wanted to use eclipse but these are reality on the ground[详细]
2023-02-15 11:28 分类:问答maven cargo and selenium
i use maven cargo and selenium for automation. here is the code: <plugin> <groupId>org.codehaus.cargo</groupId>[详细]
2023-02-08 03:15 分类:问答mailserver mock for integration tests inside cargo
I\'ve got a web application i\'m currently testing on different levels (junit tests, integration tests within cargo container running a tomcat, htmlunit etc.) and i\'m facing aproblem now.[详细]
2023-02-06 04:24 分类:问答changing maven cargo plugin deployment path
I want to have my integration test hit cargo\'s tomcat at http://localhost:8080/messaging but cargo (cargo-maven2-plugin:1.0.5) prefers to deploy my messaging project as /messaging-0.0.7-SNAPSHOT, as[详细]
2023-02-05 23:03 分类:问答Maven and Cargo: start Jetty-Container with war-File
I just started a new Maven project that is intended to start a Jetty containing a war-File from a depended project. The cargo-plugin should be the right tool for this.[详细]
2023-02-05 07:22 分类:问答How do I override a Maven Plugin's log4j Configuration?
I\'m using the Cargo Maven plugin to deploy a WAR to a remote server, and I\'m having problems. I\'ll probably create a second question for that problem, but this one is about overriding a Maven plugi[详细]
2023-02-01 04:02 分类:问答Is it possible to supply Tomcat6's context.xml file via the Maven Cargo plugin?
I\'d like 开发者_开发百科to keep Tomcat\'s context.xml file out of my WAR file\'s META-INF directory if possible.Can this be done with Maven\'s cargo plugin?I can\'t seem to find the correct configura[详细]
2023-01-28 12:57 分类:问答How to specify jetty-env.xml file for Maven Cargo plugin for Jetty?
I am migrating from Maven\'s jetty plugin to the Cargo plugin (cargo-maven2-plugin) because Cargo will happily run WARs from dependent Maven modules.Within out web-app we have taken great pains to ext[详细]
2023-01-22 21:53 分类:问答