With my Play application built with command activator stage
, I want to deploy it to production server. However, when I use the start script to start the app, it seems the app is not forked into a separated JVM. Thus if I try Ctrl+C, it will kill the app. Ctrl+D does not do anything, unlike when I use the command activator start
, where Ctrl+D is used to detach from the log.
Is there anyway to run the Play app as daemon in production (with no SBT, Activator installed)?