* Support for daemon mode (only linux and Solaris)
* Logging improvements. Direct the log to a file using -P option.
Control log
level using --log-level option
* Support for config file, glassfish.yml. Try gfrake config and use it as
template. Also see --config option. Now you can provide the JVM
properties for GlassFish in daemon mode inside glassfish.yml.
* GlassFish Rake command: gfrake. Create a config file and do the cleanup
of temporary files created by GlassFish. See, gfrake -T
* Support for Sinatra and framework auto-detection
* Improved server busy handling. During app load new requests give 503
along with
"Server busy loading...." page instead of 404.
Bugs fixed
23719[1] When starting app, gf shows the index.html page which it
shouldn't
23721[2] starting gf requires sudo
23723[3] Support Daemon mode