On Wed, 16 Mar 2005 02:04:46 +0900, colotechpro / yahoo.com <colotechpro / yahoo.com> wrote: > I'm trying to get Rails up and running and following Curt Hibbs' > Rolling with Ruby on Rails - http://www.onlamp.com/lpt/a/5546. > > Part of the DOS window on Figure 7 of his documentation shows this: > > => Rails application started on http://127.0.0.1:3000 > > My DOS window displays: > => Rails application started on http://0.0.0.0:3000 > > This address doesn't come up in my browser. > > What am I doing wrong? > > Thanks for your help. I saw that too, and found it to be a bit odd. The app did work on 127.0.0.1 as expected tho'. 127.0.0.1 is the IP for 'localhost' which can be thought of as "this machine" if that helps any. -- Bill Guindon (aka aGorilla)