Here's what I get: ~/rails $ which mongrel_rails /opt/local/bin/mongrel_rails
~/rails $ cd /opt/local/bin/ /opt/local/bin $ ./mongrel_rails Usage: mongrel_rails <command> [options] Available commands are: - cluster::configure - cluster::restart - cluster::start - cluster::stop - restart - start - stop Each command takes -h as an option to get help. I have been using just 'mongrel_rails' (with no path) in my Rails root dir. It starts and stops fine, just not restart. Joe --- Try the command Jason-17% which mongrel_rails /usr/local/bin/mongrel_rails And then just cd into the rails application directory and try mongrel_rails to see what happens (rather than using the full path to the build directory). - Jason __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
