Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am really really new to java and google app engine also. I read google's tutorial and did sample guestbook application of google. It seems to work correctly. And i did deploy it as well. However, I have problem to reach my http://example.appspot.com/ My application id is example. And i made changes in my xml files. But still it keeps saying '404 Error Not Found' I dont think i did anything wrong though. In logs it says No handlers matched this URL. Could you help me with this?

Thank you.

share|improve this question
show us your web.xml – Abdul Kader Jun 6 '11 at 9:05

1 Answer

You have to create a project on appspot.com first. Example.appspot.com is not your project and it's just a demo URL provided by google. I doubt you can deploy your guestbook using "example" as the app-id.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.