This may is probably a non java problem, but we'll start here, someone's
bound to know!
errr, I don't know much unix command line stuff
I launch my app over SSH in a Unix console with java.exe
java -jar myJar.jar
fine, but I can't terminate my SSH session without stopping the app!
Any clues folks?
TIA
--
Mike W
Stefan Ram - 12 Feb 2006 18:54 GMT
>Any clues folks?
man nohup
VisionSet - 12 Feb 2006 19:09 GMT
> >Any clues folks?
>
> man nohup
Thanks all, just the job.
--
Mike W
James Westby - 12 Feb 2006 18:54 GMT
> This may is probably a non java problem, but we'll start here, someone's
> bound to know!
[quoted text clipped - 12 lines]
> --
> Mike W
Take a look at the nohup command.
James
Richard Wheeldon - 12 Feb 2006 20:46 GMT
> This may is probably a non java problem, but we'll start here, someone's
> bound to know!
[quoted text clipped - 8 lines]
>
> Any clues folks?
Take a look at screen:
http://www.gnu.org/software/screen/screen.html
Richard