Hi,
I am trying to do something that seems impossible: I am developing a
Java GAE application in <myapp>.appspot.com account.
With a RESTful approach I am creating several "web-applications" to
these urls:
- <myapp>.appspot.com/applications/<webapp1>
- <myapp>.appspot.com/applications/<webapp2>
- <myapp>.appspot.com/applications/<webapp3>
- ..

At this point I have a question: is there a way to map the domain
www.myapplication1.com to <myapp>.appspot.com/applications/<webapp1>?

I succeeded:
- to map www.myapplication.com to <myapp>.appspot.com (with the Google
Apps standard service)
- to redirect www.myapplication1.com to <myapp>.appspot.com/
applications/<myapp1> (with the enom.com advanced service)

.. but I don't really want to just "redirect" the http call: I would
like to complete hide the appspot domain with my own domain.

>From what I understood about the DNS "CNAME" I should create a
subdomain of <myapp>.appspot.com for each "web-applications", but I
really don't know how to do this in Java. I saw some tutorials only
for python.

Thank you very much,
Miguel

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