i mapped both domains and used the wild card the only problem is that google enforces users currently to register to google apps and then register the app to my domain which is a very complicated and long process which not all users understand how plus whats worse is that there is no way to create an automated creation
the process: fill in questions about your domain + org create username and password create a cname on your dns point to google then register your app create a new cname with the subdomain for your app == very long and complicated :( On 17 ספטמבר, 22:07, sal <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
