Snoop1990 Snoop1990 wrote: > > Booting on freebsd, the first application: > %./script/server > => Booting WEBrick... > => Rails application started on http://0.0.0.0:3000 > => Ctrl-C to shutdown server; call with --help for options Ups I missed : [2007-12-27 17:47:08] INFO WEBrick 1.3.1 [2007-12-27 17:47:08] INFO ruby 1.8.6 (2007-03-13) [i386-freebsd6] [2007-12-27 17:47:08] INFO WEBrick::HTTPServer#start: pid=817 port=3000 So the total FreeBSD webrick boot looks like: %./script/server => Booting WEBrick... => Rails application started on http://0.0.0.0:3000 => Ctrl-C to shutdown server; call with --help for options [2007-12-27 17:47:08] INFO WEBrick 1.3.1 [2007-12-27 17:47:08] INFO ruby 1.8.6 (2007-03-13) [i386-freebsd6] [2007-12-27 17:47:08] INFO WEBrick::HTTPServer#start: pid=817 port=3000 -- Posted via http://www.ruby-forum.com/.