Hi guys. I installed instant rails on windows xp home edition sp2.when i start webrick server on cookbook application.I am unable to access cookbook website from http:\\localhost:3000 as port 3000 is its defauls port .Please let me know whats wrong been happening.When i tried samething on xp pro it worked. please reply ASAP regards, Chris -- Posted via http://www.ruby-forum.com/.
Can you please repost your question -- it looks like a key part of your problem description is missing. Curt On 6/26/06, Chris <bharathlai@gmail.com> wrote:> > Hi guys. > I installed instant rails on windows xp home edition sp2.when i start > webrick server on cookbook application.I am unable to access cookbook > website from http:\\localhost:3000 as port 3000 is its defauls port > .Please let me know whats wrong been happening.When i tried samething on > xp pro it worked. > > please reply ASAP > > regards, > Chris > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060627/2d298c0d/attachment.html
Chris wrote:> Hi guys. > I installed instant rails on windows xp home edition sp2.when i start > webrick server on cookbook application.I am unable to access cookbook > website from http:\\localhost:3000 as port 3000 is its defauls portI''d try http://localhost:3000/. Note the forward slashes, and trailing / A. -- Posted via http://www.ruby-forum.com/.
On 6/27/06, Alan Francis <alancfrancis@gmail.com> wrote:> > Chris wrote: > > Hi guys. > > I installed instant rails on windows xp home edition sp2.when i start > > webrick server on cookbook application.I am unable to access cookbook > > website from http:\\localhost:3000 as port 3000 is its defauls port > > I''d try http://localhost:3000/. > > Note the forward slashes, and trailing / > > A.Try using http://127.0.0.1:3000/ instead of "localhost" and see if that helps. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060627/8ed2e252/attachment.html