I use playframework 2.0.4 with scala. I deploy the app using "play dist" and then start it with the "./start" script.
Recently, I had the case that my production instance didn't have enough memory and crashed. I got an error
Uncaught error from thread [play-akka.actor.promises-dispatcher-456] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled
and the play process was dead.
Is there a way to disable akka.jvm-exit-on-fatal-error and set it to restart the play application when crashing? It's a production environment and a not-running application isn't really helping.