I searched through previous custom domain questions and couldn't find
this exact one, sorry if it is a repeat.

We test our apps in various stages using multiple appid for
integration, qa, etc.
In our qa version, we will try to reproduce as close to production
data as possible, but that's a whole other discussion.
We have these mapped under our own domain like "test.mydomain.com",
"qa.mydomain.com" and all is fine.

BTW: Our domain is a Google Apps domain, but that just needs a
different entry in your Google Apps Domain dashboard, no problem.

After testing in QA, we deploy the new release to production appid.
But before "throwing the switch" and making it the default version,
I'd like to be able to test it using the current production data.

We can do much of this, using one of the version urls on appspot,
like: http://1-22-5.myappid.appspot.com/

But there are some things that can't be tested (and others that are
different) if the site is not under our own domain.
Facebook login (and other services that require you to setup your
domain against your account) is one.

Question
=======
Is there any way to have two different versions of my app, deployed on
the same appid, map to different subdomains of my own domain?

Example:
appid = "myappid"

version 1.0  ->  set as default version ->  main.mydomain.com   (also
at http://1-0.myappid.appspot.com/)

version 1.1  ->                                   ->
next.mydomain.com    (also at http://1-1.myappid.appspot.com/)


I have it setup as a Google App Engine service in my Google Apps
Domain "Settings" console, but if I add the new URL for it
(next.mydomain.com) there is no way to tell it to point to a different
version, it will also go to the default version.

Thanks for any help!

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