can 2 domains run the same app ??

10 views
Skip to first unread message

binaryjesus

unread,
Apr 9, 2008, 3:03:13 PM4/9/08
to Google App Engine
hi people,

can anyone of u who have a working app account tell us if its possible
to use 2 working domains (not cnames to the main domain) for the same
exact instance of the app.

lets say i have a web app, i setup my url.yaml to forward request to
one handler. then that handler looks at the HOST header and then
decided which handler to pass the request to.


THE REASON I WANT THIS IS TO SHARE THE SAME DATASPACE


i have a similar setup, those who know django will get this, i run a
middle ware which looks at the HOST and then imports the required url
file which lets me run more than 1 site on the same django instance !

Fabricio Zuardi

unread,
Apr 9, 2008, 7:31:49 PM4/9/08
to google-a...@googlegroups.com
Not the exact same thing as 2 hosts using the same app instance, but
there is an open feature request for cross app queries in the issue
tracker.

http://code.google.com/p/googleappengine/issues/detail?id=106

It could be a way for 2 hosts to share the same DataSpace, feel free
to star it to cast a vote :)

--
Fabricio C Zuardi
http://cchits.org

Gabe Cohen

unread,
Apr 9, 2008, 7:49:39 PM4/9/08
to Google App Engine
Short answer: yes. If you are not restricting authorization to a
Google Apps domain, you may have any number of domains pointing to
your app.

-Gabe
Reply all
Reply to author
Forward
0 new messages