Play Framework running on production

0

Good morning.

I'm starting my first steps with Play framework and now I'm trying to create a production environment, I already know how to generate the files and I know how to run them. My question is today I have an Azure account that I use for some time to create servers but for the Play when I open the terminal SSH start the application it works without problems but when I close the terminal the application stops. How can I work with Play in the background, is it possible?

Thanks for the help

    
asked by anonymous 30.03.2016 / 14:01

1 answer

1

The game runs the process in fore-ground so you need to run the .sh generated by the activator, with some program that monitors this ...

  

Two tips:

     

1 - Using linux systemd

     

2 - Using > monitor (extremely easy to configure)

    
03.12.2016 / 23:38