Pra Bhandar wrote: > The log file shows the following - > > [2009-05-22 04:46:37] INFO WEBrick 1.3.1 > [2009-05-22 04:46:37] INFO ruby 1.8.7 (2009-04-08) [x86_64-linux] > [2009-05-22 04t:46:47] WARN TCPServer Error: Address already in use - > bind(2) > [2009-05-22 04:46:47] INFO WEBrick::HTTPServer#start: pid=30733 > port=8192 This is a WEBrick bug (which I reported separately a long time ago). It has successfully bound to port 8192, as the final line confirms. The bind error log message is spurious. -- Posted via http://www.ruby-forum.com/.