RE: RMI's with ANT

2004-12-03 Thread Anderson, Rob (Global Trade)
I would recommend scp and sshexec. -Rob Anderson > -Original Message- > From: Velagapudi, Murali [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 10:14 AM > To: Ant Users List > Subject: RE: RMI's with ANT > > > try task > > thanks >

RE: RMI's with ANT

2004-12-03 Thread Velagapudi, Murali
try task thanks Murali -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 11:46 AM To: Ant Users List Subject: RMI's with ANT Hello, I'm trying to write an ant script which does the compiling on the localhost and the deployment

RMI's with ANT

2004-12-03 Thread Peter Neu
Hello, I'm trying to write an ant script which does the compiling on the localhost and the deployment on another computer. Is it possible to tell ant to copy a war file into the webapps directory of a different computer and then to start tomcat there? What do I have do? Regards, Peter -