I'm running a java command:
java weblogic.Admin -adminurl t3://URL:POST -username username -password password START $SERVER &
on an Aix machine.
The problem is that the shell still halts until the command is completed. What should I do to make it return back to the terminal immediately.
ctrl-zthen? – Eduardo Ivanec May 15 '11 at 18:50