The script/server startup script that boots either WEBrick or Lighttpd has gotten an update that will now start mongrel if it detects it on your system.
If you have both lighty and mongrel installed then the script will startup lighty mongrel, and of course WEBrick is the fall back if nothing else is available.
As usual, you can force startup of a specific server by passing it in on the command line:
script/server mongrel
or
script/server lighttpd
Looks like mongrel’s quick rise to prominence continues with the official backing of Rails…
tags: rails, rubyonrails, mongrel
