You could just map both domains to one appengine app Id.

Then inside your app, make a servlet that intercepts requests, looks
at the domain/url and gives different HTML based on what was
requested.

(Servlets can be mapped to '*' wildcard URLs so that you can access /
xyz or slash /foobar/x/y/z and its all the same.)

On Sep 13, 10: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