General question about remote deploy

2010-02-09 Thread T N N A C
Hi, Excuse me for the noob questions: Which are the options to do a remote deploy in JBoss with Maven? Can I do a remote hard deploy? Thanks, Marco. Veja quais são os assuntos do momento no Yahoo

Re: General question about remote deploy

2010-02-09 Thread Wendy Smoak
On Tue, Feb 9, 2010 at 12:26 PM, T N N A C tn...@yahoo.com.br wrote: Which are the options to do a remote deploy in JBoss with Maven? Can I do a remote hard deploy? Take a look at the Cargo plugin to see if it supports what you need. If not, there might be a plugin specific to JBoss

Re: General question about remote deploy

2010-02-09 Thread David Hoffer
...@yahoo.com.br wrote: Which are the options to do a remote deploy in JBoss with Maven? Can I do a remote hard deploy? Take a look at the Cargo plugin to see if it supports what you need. If not, there might be a plugin specific to JBoss. -- Wendy

Re: General question about remote deploy

2010-02-09 Thread Anders Hammar
Here's the JBoss maven plugin: http://mojo.codehaus.org/jboss-maven-plugin/ /Anders On Tue, Feb 9, 2010 at 21:05, Wendy Smoak wsm...@gmail.com wrote: On Tue, Feb 9, 2010 at 12:26 PM, T N N A C tn...@yahoo.com.br wrote: Which are the options to do a remote deploy in JBoss with Maven? Can I

Re: General question about remote deploy

2010-02-09 Thread T N N A C
about remote deploy Para: Maven Users List users@maven.apache.org Data: Terça-feira, 9 de Fevereiro de 2010, 12:27 There is... groupIdorg.codehaus.mojo/groupId artifactIdjboss-maven-plugin/artifactId version1.4/version I'd be interested in comparing features with Cargo. -Dave

Re: General question about remote deploy

2010-02-09 Thread David Hoffer
. --- Em ter, 9/2/10, David Hoffer dhoff...@gmail.com escreveu: De: David Hoffer dhoff...@gmail.com Assunto: Re: General question about remote deploy Para: Maven Users List users@maven.apache.org Data: Terça-feira, 9 de Fevereiro de 2010, 12:27 There is... groupIdorg.codehaus.mojo

Solved: Remote Deploy to Weblogic 10.3 with the Weblogic-Maven-Plugin and JDK 1.6

2009-05-17 Thread jmaxwell
\wlsafclient.jar bea\wlserver_10.3\server\lib\weblogic.jar bea\wlserver_10.3\server\lib\webserviceclient.jar -- View this message in context: http://www.nabble.com/Solved%3A-Remote-Deploy-to-Weblogic-10.3-with-the-Weblogic-Maven-Plugin-and-JDK-1.6-tp23585919p23585919.html Sent from

Re: Is it possible to use maven to remote deploy a war file?

2008-10-19 Thread Rusty Wright
Great, thanks. That's nice to hear. Wendy Smoak wrote: On Sat, Oct 18, 2008 at 9:30 PM, Rusty Wright [EMAIL PROTECTED] wrote: Does anyone know if Cargo works with Tomcat 6? I can't find any mention of it on the Cargo web site. I believe so... according to JIRA support was added in

Is it possible to use maven to remote deploy a war file?

2008-10-18 Thread BarryDev
interesting reading with the cargo plugin and maven deploy, they generally seem to be aimed to deploying a maven artifact to a remote repo. Barry -- View this message in context: http://www.nabble.com/Is-it-possible-to-use-maven-to-remote-deploy-a-war-file--tp20051333p20051333.html Sent from the Maven

Is it possible to use maven to remote deploy a war file?

2008-10-18 Thread BarryDev
interesting reading with the cargo plugin and maven deploy, they generally seem to be aimed to deploying a maven artifact to a remote repo. Barry -- View this message in context: http://www.nabble.com/Is-it-possible-to-use-maven-to-remote-deploy-a-war-file--tp20051334p20051334.html Sent from the Maven

Re: Is it possible to use maven to remote deploy a war file?

2008-10-18 Thread Wendy Smoak
On Sat, Oct 18, 2008 at 3:18 PM, BarryDev [EMAIL PROTECTED] wrote: Just wondering if there's a plugin to allow maven to deploy a war file to a remote location using ftp? I can probably write an ant script to do this and add that to the build but just wondering if maven has anything built in.

Re: Is it possible to use maven to remote deploy a war file?

2008-10-18 Thread Rusty Wright
Does anyone know if Cargo works with Tomcat 6? I can't find any mention of it on the Cargo web site. Wendy Smoak wrote: On Sat, Oct 18, 2008 at 3:18 PM, BarryDev [EMAIL PROTECTED] wrote: Just wondering if there's a plugin to allow maven to deploy a war file to a remote location using

Re: Is it possible to use maven to remote deploy a war file?

2008-10-18 Thread Wendy Smoak
On Sat, Oct 18, 2008 at 9:30 PM, Rusty Wright [EMAIL PROTECTED] wrote: Does anyone know if Cargo works with Tomcat 6? I can't find any mention of it on the Cargo web site. I believe so... according to JIRA support was added in February, and there have been some 1.0 alpha releases since then.

Re: Cargo Remote Deploy trouble....

2008-02-12 Thread Daniele De Francesco
Hi Stefan, I thank you so much for the fast response...I've the answer at last I wrote the plugin config badlydumb dumb dumb :-) I wrote configuration type${configuration.type}/type properties

Re: Cargo Remote Deploy trouble....

2008-02-12 Thread VUB Stefan Seidel
We use cargo.hostname123.42.23.2/cargo.hostname cargo.servlet.port8080/cargo.servlet.port Maybe that works. Stefan Daniele De Francesco wrote: Hi, I need to deploy an ear from my local repo to an alive and kickin' jboss 4.0.3SP1 remote installation...you'd say hey, man...MAVEN CARGO

Cargo Remote Deploy trouble....

2008-02-12 Thread Daniele De Francesco
Hi, I need to deploy an ear from my local repo to an alive and kickin' jboss 4.0.3SP1 remote installation...you'd say hey, man...MAVEN CARGO PLUGIN it's what you need!!. Unfortunately...I've been trying this for a long time before I made up my mind and drop you these lines... I have a trouble in

Cargo fails for Jboss remote deploy

2007-09-18 Thread Sebastian Johnck
Hello, Has anyone been able to produce a workaround (or seen a patch) for this issue http://jira.codehaus.org/browse/CARGO-416 in which remote deploy to Jboss server fails because Jboss is trying to deploy a path which doesn't exist. Here is the server side error: 08:04:57,934 ERROR

Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the distributionManagement of POM. Contrary to other reports, I did not find that I needed to specify the username in a server section of the settings.xml -- john John

Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the distributionManagement of POM. Contrary to other reports, I did not find that I needed to specify the username in a server section of the settings.xml -- john John

Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the distributionManagement of POM. Contrary to other reports, I did not find that I needed to specify the username in a server section of the settings.xml -- john John

Re: problem w/ remote deploy - Host key verification failed

2007-08-20 Thread John Cartwright
OK, I seem to have found the problem - use of unqualified hostname in .ssh/known_hosts and fully-qualified name in the distributionManagement of POM. Contrary to other reports, I did not find that I needed to specify the username in a server section of the settings.xml -- john John

problem w/ remote deploy - Host key verification failed

2007-08-17 Thread John Cartwright
Hello All, I'm trying to execute mvn deploy and getting an error about the Host key verification failed. I've tried the instructions in various threads on this topic but still haven't had any success (see message below). I can successfully ssh to the remote host w/o a password. I have

tomcat-maven-plugin remote deploy

2007-02-15 Thread jelle.volckaert
Hi, I'm using the sandbox Tomcat Maven Plugin 1.0-SNAPSHOT. I have some questions concerning the deployment of a war file. I have a directory where, from time to time, new Builds are stored. The dir looks like: DIR | Build_001_Dir |

Remote deploy

2006-09-21 Thread Prashanth Krishnamurthy
Hi, I am trying to deploy my application to a running tomcat instance on a different machine. I have tried the following and haven't been successfully. What is the right way to do this? Please suggest. 1.mvn cargo:deploy - This works fine only when the tomcat instance doesn't have my application

Re: Remote deploy

2006-09-21 Thread dan tran
I currently ran into this problem where I have a resource lock problem (HypersonicSQL) at undeploy time. And therefor tomcat not actually does not remove my app completely out of its configuration. And there for the next deploy will fail. Check your tomcat log to see any locking issues exist

[M2] Remote deploy... pom.xml example configuration

2006-05-25 Thread Leo L
Hi! I need help to: How can I configure to deploy my app remotelly? Which plugin is best for the task... Any pom´s example... Any help would be great... Regards, Leo

Re: [M2] Remote deploy... pom.xml example configuration

2006-05-25 Thread Wayne Fay
In the Maven world, deploy means copy my artifact to a Maven repo. Are you talking about the J2EE meaning of the word deploy ie deploy my webapp into JBoss? If so, look at the Cargo website and their M2 plugin, it is also well-documented. Wayne On 5/25/06, Leo L [EMAIL PROTECTED] wrote: Hi!

Re: [M2] Remote deploy... pom.xml example configuration

2006-05-25 Thread Leo L
Exactly wayne! I´m using the cargo to copy my EAR to a remote server, but i get an fatal error. I tried to join the cargo mailing list, but i can´t access the web page from de cargo site. I thought the subscribe e-mail was [EMAIL PROTECTED] but i received a daemon mail from de codehaus.org site.

RE: [M2] Remote deploy... pom.xml example configuration

2006-05-25 Thread Vincent Massol
/manage_email. -Original Message- From: Leo L [mailto:[EMAIL PROTECTED] Sent: jeudi 25 mai 2006 21:46 To: Maven Users List Subject: Re: [M2] Remote deploy... pom.xml example configuration Exactly wayne! I´m using the cargo to copy my EAR to a remote server, but i get an fatal error. I

Re: [M2] Remote deploy... pom.xml example configuration

2006-05-25 Thread Leo L
subscribe by using the new codehaus interface: http://xircles.codehaus.org/manage_email. -Original Message- From: Leo L [mailto:[EMAIL PROTECTED] Sent: jeudi 25 mai 2006 21:46 To: Maven Users List Subject: Re: [M2] Remote deploy... pom.xml example configuration Exactly wayne! I´m