I would request to someone (may be from app engine team) to comment on
this. Even if it is not possible, kindly let me know the same so that
I can look for some alternate.

Thanks
Ganesh Bansal.

On Jul 5, 11:38 am, Ganesh <[email protected]> wrote:
> Hi
>
> We are also having same problem. Actually in my case, we ourself also
> use our application & gives it to our clients also. Whenever we
> release a beta version, we first give it to our internal team & when
> they feel it can be given to other clients, we give it to all our
> clients one by one over a period of time (it is same as gmail provides
> it's new feature to users over a period of time). So I can't separate
> my beta application & production environment as both need to use same
> datastore & as per my knowledge, 2 different applications can't use
> same datastore.
>
> So how I can setup version wise sub domains of my application. Any
> help/suggestion in this regard will be highly appreciable.
>
> Thanks
> Ganesh Bansal.
>
> On Jul 4, 4:03 pm, Claude Vedovini <[email protected]> wrote:
>
>
>
> > As far as I know this is not possible. To have a beta or test version
> > of your app it is better to create a new application.
> > It's especially a good practice since otherwise your production and
> > your beta versions are going to share the same datastore which is not
> > a good thing.
> > Depending on changes you made to your beta they will apply to the
> > prod's data which might not be able to handle them.
> > Plus if you do testing with your beta you'll need test datasets and
> > you don't want to mess with your prod
>
> > HTH
>
> > On Jul 3, 4:02 pm, Gaurav <[email protected]> wrote:
>
> > > Hello,
>
> > > I am developing my application on GoogleAppEngine & I want to know
> > > that how can I provide different domain names to different version of
> > > an application.
>
> > > Suppost my application is  "app1"  having two versions "1" (Default)
> > > and "beta".Now these version can be accessible as :
>
> > > version "1"  of app1 at :  http://app1.appspot.com
> > > version "beta"  of app1 at :  http://beta.latest.app1.appspot.com
>
> > > I want to associate these with my custom domain "mydomain.com", such
> > > that :
> > >             version "1"  of app1 at :  http://mydomain.com
> > >             version "beta"  of app1 at :  http://beta.mydomain.com
>
> > > I am able to make first association i.ehttp://mydomain.comfor
> > > version "1" but don't know how to associate "http://beta.mydomain.com";
> > > with "beta" version.......
>
> > > So please tell me how can I associate different subdomain with
> > > different versions of same application and Even is it possible or
> > > not...??
>
> > > I will be very great full for any guidance as I have already googled a
> > > lot but not found any relevant detail so far and stucked at this
> > > point...
>
> > > Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to