vote up 4 vote down star
4

I've been fooling around with the Google App Engine for a few days and I have a little hobby application that I want to write and deploy.

However I'd like to set it up so that users are not directly accessing the app via appspot.com.

Is hosting it through Google Apps and then pointing it at my own domain the only way to go? I looked at that a little bit and it seemed like a pain to implement but maybe I'm just missing something.

My other thought was to write the app-engine piece as a more generic web-service.

Then I could have the user-facing piece be hosted anywhere, written in any language, and have it query the appspot.com url.

Anyone have any luck with the web-service approach?

flag

I came up with a scheme that I like and wrote some blog posts about it. I'll post links to the posts if anyone is interested. – Mark Biek Jan 9 '09 at 16:50
That would be helpful - can you? – Richard Nichols Apr 22 at 8:02
Sure. I wrote 3 pretty simple posts about it. – Mark Biek Apr 22 at 12:54
mark.biek.org/blog/2008/… – Mark Biek Apr 22 at 12:55
mark.biek.org/blog/2008/… – Mark Biek Apr 22 at 12:56
show 2 more comments

2 Answers

vote up 4 vote down

To do this, I believe you need to be using Google Apps and have a custom domain setup for Google Apps. Then, you deploy your app into your Google Apps domain.

link|flag
Hurmmm...I'd love to not have to use Google Apps. It'll be interesting to see if anyone has had usuccess with other approaches. – Mark Biek Oct 8 '08 at 20:00
It doesn't appear to be optional based on the "deploy your app" link above. – Joe Skora Oct 8 '08 at 20:20
You don't have to use Google Apps, right? Sign up and don't use any of its services. – ceejayoz Oct 8 '08 at 20:21
I've edited the question to try and clarify my intent a bit. – Mark Biek Oct 8 '08 at 20:28
I still don't see the objection. It's free, and you can use it solely for mapping App Engine apps to domains if you want. – Nick Johnson Aug 23 at 20:16
vote up -1 vote down

Can you clarify why it is you don't want to use Google Apps? It doesn't cost anything, and as others have pointed out, you don't have to use any of the services. If you already have a google apps domain, you can just add this one as an alias and map it to the App Engine app, too.

link|flag
It just seemed like an extra layer of complexity that would nice to avoid (if possible). Maybe I'm just being to picky about the choices presented by a free service. – Mark Biek Oct 9 '08 at 12:41
Google Apps is NOT free, it costs $50 per user per year. – PropellerHead Aug 23 at 17:41
Standard Edition is free: google.com/apps/intl/… - and that's all you need in order to map a domain to an App Engine app. – Nick Johnson Aug 23 at 20:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.