This project is archived and is in readonly mode.

#3864 ✓resolved
Torsten Maul

"rails server" doesn't start mongrel by default

Reported by Torsten Maul | February 5th, 2010 @ 03:50 PM | in 3.0.2

My environment: Windows XP, Ruby 1.8.7, Rails 3.0.0.beta, Mongrel gem installed

When issueing the command

rails server
in my application path, WEBrick is started, instead of Mongrel. From looking in the documentation, there seems to be no option for setting the server. I tried with
rails server mongrel
, but that doesn't work too.

One workaround I've found, is to call

rackup --server mongrel --port 3000
in your application path.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages