Re: sshexec waiting

2007-02-15 Thread Antoine Levy-Lambert
Hello Alex, this is more a UNIX shell scripting question than an ant question. Use nohup to start your servers on the UNIX side. So write a wrapup script designed to be invoked by ssh, which does something like nohup sh start_server.sh Best regards, Antoine On Feb 15, 2007, at 7:37 PM, [

sshexec waiting

2007-02-15 Thread Alex . Raguero
I'm using the sshexec task to run weblogic startup scripts in Linux. These startup scripts in turn run java programs in background mode using & at the end of the command. The sshexec task isn't exiting because it's waiting for these background processes to exit. Is there any way I can get the t