Today, I have started testing Beta release of Rails 3.0.By Default Rails 3.0 start with webrick.To start with mongrel do following steps.
1)Install mongrel gem
sudo gem install mongrel
2) After installing mongrel gem go to config/boot.rb file
and add following line
require "mongrel"
3) Start server as rails server