I am using ubuntu AIM on EC2.
I would like to run a java app (start it) and make sure it continues to run even after I log out from SSH (using putty).
How is that possible?
Follow up to Martin's answer:
Consider I use system.outprintln in the java program... Where will it be printed? Is there a way to tell the process to output it somewhere I can later find it?
How can I stop the process?