Starting a standalone server
After creating a Jifty application, you may simply run the jifty stand alone server from inside your application directory with:
./bin/jifty server
Your server listens to port 8888 and may be accessed by typing http://localhost:8888 in your browser. The server process does not fork, not it will go into background. Thus, this task may get interrupted at any time.
The standalone server will run with one process only, so please do not expect high performance. During the runtime, all log-entries are printed to the terminal from which you started the server process.