Reg webrick using instant rails

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

Can you please repost your question – it looks like a key part of your
problem description is missing.

Curt

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.

On 6/27/06, Alan F. [email protected] wrote:

A.

Try using http://127.0.0.1:3000/ instead of “localhost” and see if that
helps.

Curt