Stop (kill) Play! Framework application with RUNNING_PID
Do this in your bash:
cat RUNNING_PID | xargs kill -SIGTERM
or this:
kill -SIGTERM `cat RUNNING_PID`
Use sudo
if it is root's process.
Obviously you should do this in the directory where you have your RUNNING_PID
file.
Written by Deepu Mohan Puthrote
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Play framework
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#