user701598
user701598

Reputation: 31

How to use my own domain in Google App engine

Have explored on how to do this but still cant make it work :( I want to point my subdomain myapp.example.com to GAE

What I have done:
- Deploy my application to Google App Engine
- sign up Google Apps with name myapp.example.com
- add cname myapp.example.com with value ghs.google.com
- wait for dns changes..


but until now when I access myapp.example.com google return error message "Not Found The requested URL / was not found on this server." ping result of myapp.example.com is ghs.l.google.com

Please advise.

Thank you.

Upvotes: 2

Views: 758

Answers (2)

Niklas Rosencrantz
Niklas Rosencrantz

Reputation: 26652

The way I do likewise for my projects is mapping the GAE application to a subdomain in the google apps control panel (google.com/a) An example is video.montao.com.br that is a google app engine app. I think that you may have left out adding the application in the google apps control panel.

Upvotes: 0

moraes
moraes

Reputation: 13629

You also need to add your App Engine app to the Google Apps domain through your App Engine Dashboard. See step 3 here:

http://code.google.com/appengine/docs/domain.html

Upvotes: 4

Related Questions