Reputation: 5619
how can I run a playframework with activator on a amazon ec2 in background? I want to leave the ssh session and server should continue running.
tried this
activator "~ run"
and
activator "~ run" &
in both cases server will shutdown when I close the ssh session
Upvotes: 0
Views: 47
Reputation: 196
Please refer to below URL for Remote SSH Sessions and Processes Running After Disconnection.
http://www.tecmint.com/keep-remote-ssh-sessions-running-after-disconnection/
It will definetly resolve your problem. If it does't work then please reply back.
Upvotes: 1