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, [
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