Hello,

We have a small application running under the Google Application
Engine framework. I’ve encountered a few problems during the
configuration which I’d like to post to the forums for review.
Specifically I’m having trouble setting up the DNS entries so that a
request to www.$ourDomainName.com will resolve to our Google hosted
application. I’ve created the DNS entry via Google App Engine ->
Application -> Administration -> Application Settings -> Domain Setup.
This results in an URL which I can navigate to with my browser. Doing
an nslookup on the name yields:

$> nslookup https://$ourDomainName-www.appspot.com
Non-authoritative answer:
Name:    appspot.l.google.com
Address:  74.125.155.141
Aliases:  https://$ourDomainName-www.appspot.com

However, creating an entry in my hosts file with www.$ourDomainName.com
pointing to 74.125.155.141 directs me to Google’s homepage.

In addition editing my host file to point www.$ourDomainName.com at
ghs.google.com as described in Admin Help -> "Creating CNAME records"
resolves to a google app application, but not the one expected.

>nslookup ghs.google.com
Server:  msnbci-ad1.interactive.msnbc.com
Address:  3.4.4.75

Non-authoritative answer:
Name:    ghs.l.google.com
Address:  74.125.53.121
Aliases:  ghs.google.com

So, what are the steps that I’m missing in order to forward the
www.$ourDomainName.com request on to our Google hosted app? Any
insight on the issue would be appreciated.

Thank you,

-- 
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.

Reply via email to