How can I keep a jar running on a server after disconnect that I start via ssh?

link|improve this question
feedback

closed as not a real question by mailq, DJ Pon3, Sam Nov 18 '11 at 23:59

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

up vote 0 down vote accepted

Search for GNU screen or tmux. This is one important feature of those programs.

Other than that, refer to man nohup.

link|improve this answer
feedback

Try adding nohup when executing and then use the disown command.

Consider adding more details to your questions. You didn't even tell us what operating system you're on.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.