Re: running java apps in the background
Posted By:
jai_kumar
Posted On:
Friday, July 5, 2002 12:24 AM
if your remote machine run's in linux u can use the command
"nohup" .This command would make sure that the application
runs in the background even if the current session becomes
invalidate. But the disadvantage is that the application u want to run would be given lesser priority.
for more details to got this url
http://www.ss64.demon.co.uk/bash/nohup.html
i hope that this would solve ur problem.