Quoting dwhitekiss <[email protected]>: > Hi, > > Does this mean that I have to reconfigure either bind or ror settings? > > # script/server > => Booting WEBrick > => Rails 2.3.4 application starting on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > [2009-11-27 12:10:47] INFO WEBrick 1.3.1 > [2009-11-27 12:10:47] INFO ruby 1.8.7 (2008-08-11) [i486-linux] > [2009-11-27 12:10:47] WARN TCPServer Error: Address already in use - > bind(2) > Exiting > /usr/lib/ruby/1.8/webrick/utils.rb:73:in `initialize': Address already > in use - bind(2)
script/server --port=3001 For additional options: script/server --help HTH, Jeffrey -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

