Where's the configuration to set my web server? It's using WEBrick right now.

I cannot find anything in my resulting tree made with "rails something". I apologize if I'm missing something obvious.

xc

Hi, could you provide more info about your environment and the webserver you're trying to use? Rails version? Webserver?

Thanks,

-Conrad

Conrad Taylor wrote:

Hi, could you provide more info about your environment and the webserver you're trying to use? Rails version? Webserver?

Sure. Thanks. I'm on Ubuntu Gutsy (like unstable in Debian perhaps) recently installed:

root@radioflyer:~/chapter-1# rails -v Rails 1.2.3

I have this code in chapter-1/scripts/server:

root@radioflyer:~/chapter-1# cat script/server;echo #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' require 'commands/server' root@radioflyer:~/chapter-1# --snip-- which differs from what I see on page 7 of _Up_and_Running_. Presumably things have been radically refactored since that publishing.