Hi,
>From my experience, you are not going to be able to do this easily without
manually creating a google apps account for the customer and mapping the
account to your application.  You can also use your your own reverse proxy
to forward the requests to the app engine.

If you use gApp's the clients will have to map a CNAME to ghs.google.com.
and also set up the mapping in google apps.  If you are using a reverse
proxy the client will have to set up a CNAME to your reverse proxy server.

Either way each request handler will have to read the HOST (or X-HOST)
header to determine what data to read from the datastore and how to display
it.

We are testing an nginx server that passes in a custom "X-HOST" header with
the domain name in from the client request.

Paul

2009/6/18 BrianJinwright <br...@ifeets.com>

>
> How can I add a new domain to my application through the Google Apps
> or App Engine API?
>
> For example: I have blog application and instead of my domain name or
> my appspot domain name I would like to allow the customer to add their
> own domain as well. ex. blog.customerdomain.com
>
>
> Thanks,
> Brian Jinwright
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to