On Jan 27, 11:41 am, Tim <[email protected]> wrote: > When trying to navigate to my app, I get the dreaded 404 error. Is the > DNS service down?
A 404 error is returned from a web server. Without DNS, you wouldn't be reaching the server at all. I'd check that your application is actually configured to serve the URL you're requesting in app.yaml or web.xml, as well as in your handler script. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
