Felix
Felix

Reputation: 5619

running playframework in background on amazon ec2

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

Answers (1)

aayushkamboj
aayushkamboj

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

Related Questions