Re: Error when starting the server
by Albert Schlef other posts by this author
May 8 2008 9:55AM messages near this date
Re: How call scripts in windows using something like 'nohup' in linux
|
Re: Error when starting the server
Corne Lombaard wrote:
> [...] Address already
I'm not familiar with Rails, but it seems you're trying to start Ruby's
web server (Webrick). This server sits listening on port 80 for
requests. You probably already have some other server listiening on this
port. E.g. Apache. So make Webrick listen on some other port (E.g. 81).
--
Posted via http://www.ruby-forum.com/.
Thread:
Albert Schlef
Michael Linfield
|