I have a new Out of the Box Deployment of an App Engine Connected Android Project.
I have deployed the project successfully
I am following the instructions on this page
The problem comes when I try to trigger a security authentication
Force sign in to GAE app by going to your_production_url/tasks/. This triggers the security constraint in web.xml to get logged in to GAE. (After logging in, you’ll get an error page, but you can ignore that.)- Go to
your_production_url and Say Hello to App Engine. If logged in, you should see a success message.
I get a 404 Not Found error without it ever having triggered the login screen.
Please Help! What is happening. I only signed up for C2DM today and it said it would take a day to kick in. It doesnt make sense for that to be the blocker though in this authentication dimension.
Thanks
Joseph