RE: Jboss start and stop scripts

2005-11-01 Thread Rajesh Rajasekaran
: Rajesh -Original Message- From: Keith Hatton [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 8:00 AM To: Ant Users List Subject: RE: Jboss start and stop scripts Hmm, I don't think I have ever seen that (I'm using Jboss 3.2.

RE: Jboss start and stop scripts

2005-11-01 Thread Keith Hatton
al Message- From: Andrei [mailto:[EMAIL PROTECTED] Sent: 01 November 2005 13:46 To: Ant Users List Subject: Re: Jboss start and stop scripts Done that but i get the following error: Exception in thread "main" javax.naming.NameNotFoundException: jmx not bound Do you have any ide

Re: Jboss start and stop scripts

2005-11-01 Thread Andrei
I tried cargo but the version 0.6 does not support JBoss, and version 0.7 and 1.0 are not yet available for download. - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, November 01, 2005 3:50 PM Subject

Re: Jboss start and stop scripts

2005-11-01 Thread Steve Loughran
Andrei wrote: Does any body knows how to start and stop jboss using ant? For simple app server start/stop look at cargo; see cargo.codehaus.org -steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Jboss start and stop scripts

2005-11-01 Thread Petar Tahchiev
ginal Message- > From: Andrei [mailto:[EMAIL PROTECTED] > Sent: 01 November 2005 12:36 > To: Ant Users List > Subject: Re: Jboss start and stop scripts > > > > Starting is simple width exec, but how do i stop it from ant? > > - Original Message - > From: &

Re: Jboss start and stop scripts

2005-11-01 Thread Andrei
ovember 01, 2005 3:39 PM Subject: RE: Jboss start and stop scripts This works for me - on Windoze anyway, I'm sure you can do something similar on other platforms. HTH Keith -Original Message- From: Andrei [mailto:[EMAIL PROTEC

RE: Jboss start and stop scripts

2005-11-01 Thread Keith Hatton
t: Re: Jboss start and stop scripts Starting is simple width exec, but how do i stop it from ant? - Original Message - From: "Petar Tahchiev" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, November 01, 2005 2:33 PM Subject: Re: Jboss start and sto

Re: Jboss start and stop scripts

2005-11-01 Thread Andrei
Starting is simple width exec, but how do i stop it from ant? - Original Message - From: "Petar Tahchiev" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, November 01, 2005 2:33 PM Subject: Re: Jboss start and stop scripts On 01/11/05, Andrei

Re: Jboss start and stop scripts

2005-11-01 Thread Petar Tahchiev
On 01/11/05, Andrei <[EMAIL PROTECTED]> wrote: > > > Does any body knows how to start and stop jboss using ant? > I am not quite sure whether it is possible but why not try using exec and pass the run script -- Regards, Petar!

Jboss start and stop scripts

2005-11-01 Thread Andrei
Does any body knows how to start and stop jboss using ant?