Florent THOMAS wrote: > Hello, > > I'm pretty new with ruby and I've just installed retrospectiva with > success within ruby enterprise edition. > I ran with success the command : /XXXXX/bin/ruby script/server -e > production -p3000 > Unfortunately as I close the shell, the server shut down. > How can I test that the server is in production in order to make it as a > service in a script. > > best regards Maybe this is actually a Rails specific question? Just use the "-d" flag to daemonize the server. -- Posted via http://www.ruby-forum.com/.