I am trying to deploy a webapplication using maven cargo plugin into tomcat server. But i am getting the below error when i am running the command mvn cargo:deploy in the command prompt.
Did I understand right from this page that Cargo Maven plugin doesn\'t support hot remote deployment to GlassFish 3.x? If I\'m wrong, how can I configure it to support such type of operation?
I trying cargo-maven2-plugin, but I don\'t deploy in jboss5x I pom.xml is <plugin> <groupId>org.codehaus.cargo</groupId>
I have a web-application written in java. I would like to run integration tests on a embedded jetty server.
Has someone successfully deployed EAR remotely to JBoss 5.1.0.GA? My pom.xml configuration is as follows: