This isn't directly possible, no. You could probably make it work it with a
lot of trouble, i.e. adding your application to each Google Apps domain that
you want then setting up the handler to inspect the hostname and
appropriately reinterpret the request. But even if you succeed, this will be
very fragile, so it's not recommended.

- Jason

On Sun, Sep 13, 2009 at 8:31 AM, Danny <[email protected]> wrote:

>
> Hello,
> i would like to know if is it possible in some way to add a dns server
> in the google app engine ?
>
> allowing multiple domains refereing to specifc urls inside my account
>
> exmple: (without using the versions because these are not versions of
> the application)
>
> www.myapp1.com/p1
> pointing to (internal) showPage?pageId="p1"
>
> www.myapp2.com/index.html
> pointing to (internal) showPage?pageId="index.html"
>
> ..
>
> this can be done on any host when using a dns server and refering to a
> specific directory/file.
> any one has any idea of how to do this here ?
> or any work around?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to