On Wed, Sep 24, 2014 at 8:37 AM, Mandar Bhagwat <[email protected]> wrote:
> I have Centos Virtual Machine running on Windows7. > When I try to access URL from command prompt using $curl -O > http://localhost:8080, it is returning me the "Hello world!". > I made port forwarding entry in to VM network adapter settings and /hosts > file entry > But still unable to access localhost > What command are you using to start the development server? You need the dev server to listen to all addresses: http://stackoverflow.com/a/7535252 Also make sure that any firewall on the VM is disabled. On Wed, Sep 24, 2014 at 8:37 AM, Mandar Bhagwat <[email protected]> wrote: > I am getting 404 error. > Can you open up Chrome's network tools and inspect how the browser is receiving the 404? Specifically, is the 404 being supplied by a server (not necessarily the dev server) or by the browser because it can't open a network connection? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
