Create a pid file for the current process, and register a hook to delete the file on process termination.
Start a prod mode server from the command line.
Read the server config from the current process's command line args and system properties.
Starts a Play server and application for the given process.
Starts a Play server and application for the given process. The settings for the server are based on values passed on the command line and in various system properties. Crash out by exiting the given process if there are any problems.
The process (real or abstract) to use for starting the server.
Used to start servers in 'prod' mode, the mode that is used in production. The application is loaded and started immediately.