Yeah, i got that working. Followed http://railsforum.com/viewtopic.php?id=16387 and killed the ruby-process. But now, when i try to run it it just stops after this :
./server => Booting WEBrick... => Rails 2.2.2 application started on http://0.0.0.0:3000 => Ctrl-C to shutdown server; call with --help for options [2009-11-25 09:30:18] INFO WEBrick 1.3.1 [2009-11-25 09:30:18] INFO ruby 1.8.7 (2009-06-12) [i486-linux] [2009-11-25 09:30:18] INFO WEBrick::HTTPServer#start: pid=17169 port=3000 Is it due to the http://0.0.0.0:3000? If so, where can i change this? On Nov 25, 9:31 am, "Thomas R. Koll" <[email protected]> wrote: > pastebin wrote: > > Thank you for your reply. > > I commented those lines. > > But now, when i try to run it i get : > > ... > > [2009-11-25 09:26:44] WARN TCPServer Error: Address already in use - > > bind(2) > > /usr/lib/ruby/1.8/webrick/utils.rb:73:in `initialize': Address already > > in use - bind(2) (Errno::EADDRINUSE) > > Well, the address is already in use, that might means you didn't kill the > first server... > > ciao, tom > > -- > Thomas R. Koll - Ruby on Rails > Webdeveloperhttp://photostre.am|http://ananasblau.com|http://github.com/TomK32 -- You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby?
