Restoring/Restarting a java daemon from crash
Posted
by Ashish
on Stack Overflow
See other posts from Stack Overflow
or by Ashish
Published on 2010-03-30T14:30:20Z
Indexed on
2010/03/30
14:33 UTC
Read the original article
Hit count: 616
Hello,
I am running a java app as daemon on a linux machine using a customized shell script.
Since I am new to java and linux, I want to know is it possible that the app itself resurrects itself(just like restart) and recovers from cases like app crashing, unhandled exceptions or out of memory etc.
thanks in advance
Ashish Sharma
© Stack Overflow or respective owner