Hi,

A Google App Engine app can be deployed on multiple domains.  The only
restriction is that if you restrict authentication to a particular Google
Apps domain, you can only serve traffic on that domain (meaning currently,
if you want only mydomain.com users to be able to log in to your app, the
app must be served off of mydomain.com).  If you are using Google Accounts
for login, this is not an issue.

If you had an issue linking your Google App Engine App to a Google Apps
domain, it is possible this is due to some difficulties users have been
having with the 'www' mapping.  The general directions to linking your app
to a Google Apps domain are here:
http://code.google.com/appengine/articles/domains.html
And if this fails for the 'www' mapping, see the instructions here:
http://groups.google.com/group/google-appengine/web/deleting-existing-www-mapping-from-google-apps

-Marzia

On Tue, Dec 9, 2008 at 4:22 PM, Andrew <[EMAIL PROTECTED]> wrote:

>
> I've been exploring Google App Engine and working on an app, but I
> envision the app being something that would be used by different
> companies on their own Apps domains. That is, I'll want to use it on
> my Google Apps domain, but other companies might like to deploy it on
> their Apps domain as well.
>
> I created my app with the default setting where any Google user can
> log in. Unsurprisingly I cannot log in when I use my Google Apps
> account. I tried adding the app to my Google Apps account (since the
> Dashboard has an "Add more services" link that allows the adding of AE
> apps), but that didn't help at all.
>
> Now, I can easily create a new AE app and set it to be used on my Apps
> domain instead of being universal. But that means I'm the only one who
> can ever use the app, right? Is there any way to allow multiple Apps
> domains to access the same AE app? I assumed that was Google's purpose
> in including the "Add more services" option in Google Apps, but maybe
> I'm missing something.
>
> Thanks for any insight.
>
> >
>

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