Play Framework running in production

Asked

Viewed 81 times

0

Good morning.

I’m starting my first step 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 doubt is today I have an Azure account that I already use for some time to create servers but for Play when I open the SSH terminal it works smoothly but when I close the application to. How can I work with Play in the background, this is possible?

I appreciate the help

1 answer

1

play runs the process in fore-Ground so you need to run the . sh generated by Activator, with some program that monitors it...

Two tips:

1 - Using linux systemd

2 - Use> superviser(extremely easy to set up)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.