How to kill a Play Framework process?
问题 I closed the terminal window by mistake and I don't know the PID of the running Play process. How to find it? Or, where is the RUNNING_PID file? I am using Play 2.4.6 and running in non-production mode ( activator run ). 回答1: When using dev mode ( activator run ), no RUNNING_PID file is generated. The process won't detach and will be killed when the terminal is closed. By default the RUNNING_PID file is written to ./target/universal/stage/RUNNING_PID (inside the project's root directory) when