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.

Actualy, It's a couple of questions:

  1. Is it possible to somehow avoid registering google apps if I just want to connect google app engine applications to non-naked domain (www.example.com for example:)
  2. If described above is impossible, than do I have a right to register Google Apps Education Edition. And how can I proof that I'm non-profit if I'm not US resident?
  3. If I need to connect a couple of domains to a couple of google app instances must I use a couple of google appss as well?
share|improve this question

1 Answer

up vote 9 down vote accepted

Here is a couple of answers:

  1. No, Google App Engine uses Google Apps to manage domains. See the Deploying your Application on your Google Apps URL article.
  2. Yes, if you are a School or University as explained here. If you aren't, why don't you just go for the Standard Edition?
  3. Yes, for a couple of domains and a couple of GAE instances, you'll need a couple of Google Apps AFAIK. But this shouldn't be an issue as the Google Apps Standard Edition is free. No. As pointed out by Nick, you can add multiple domains to an Apps account as aliases, then map them to different App Engine apps.

Edit: The 3rd answer has been updated with the input provided by Nick Johnson in a comment.

share|improve this answer
5  
All correct except point 3 - you can add multiple domains to an Apps account as aliases, then map them to different App Engine apps. – Nick Johnson Sep 11 '09 at 7:29
2  
On point 3: You can even map different urls from the same Apps account to the same App Engine app (and then look at os.ENVIRON('SERVER_NAME') in your app). – Janus Aug 17 '11 at 8:22
@Nick- have you actually done this? I just tried it and it seems wrong- see my answer. – Yarin Nov 13 '11 at 20:10
@Yarin Yes, I'm serving apps added this way. You just have to add them as aliases. – Nick Johnson Nov 13 '11 at 21:41
@Nick- sure enough, you're right- I wasn't adding the domains as aliases. More: google.com/support/a/bin/…, google.com/support/a/bin/…. Glad I'm wrong, thanks. – Yarin Nov 14 '11 at 1:57

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.