Can't run rails server as daemon
Posted
by Jim
on Stack Overflow
See other posts from Stack Overflow
or by Jim
Published on 2010-05-05T04:45:12Z
Indexed on
2010/05/05
22:18 UTC
Read the original article
Hit count: 370
I'm using rails 2.3.2 and when I run script/server -d, the only output I get is
=> Booting Mongrel => Rails 2.3.2 application starting on http://0.0.0.0:3000
which is fine. But when I check for anything running on port 3000, i get nothing. Any ideas?
© Stack Overflow or respective owner