See this post

http://groups.google.com/group/google-appengine/msg/2529ebea7090f8fe

Works for backend addressing so I can't see why it wouldn't for
versions.

/Tom

On Jul 9, 12:03 am, Jason <jmitche...@gmail.com> wrote:
> Hello App Enginers,
>
> One useful feature in App Engine is accessing different versions of
> the application via the domain name - ie 1.myapp.appspot.com,
> 2.myapp.appspot.com, etc.
>
> I'm posting to ask ways to do this with custom domains. Eg
> 1.myapp.com, 2.myapp.com, etc.
>
> The first way that pops to mind is at the domain name level, so
> 1.myapp.com is a cname for 1.myapp.appspot.com. Although that sounds
> like it would be a DNS headache, if it would work at all?
>
> A second thing that comes to mind is to servlet map *.myapp.com and
> inside the servlet use servlet fowarding to 1.myapp.appspot.com. Again
> I'm not really certain of the merits of this.
>
> Any thoughts or experiences would be appreciated! Just for some
> context, the basic thing I want is to release trunk to a different sub
> domain for testing on a small group of people before it gets pushed to
> the main user base.
>
> Thank you
>
> -Jason

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