You'll need to deploy the GWT app once per domain, unless you use a proxy. The browser security model won't let you make XHR calls to a different domain.
On Tue, Mar 23, 2010 at 5:54 AM, Kyle Baley <[email protected]> wrote: > We're building a GWT app that I think will be a multi-tenant one, > assuming my knowledge of the term is correct. We'd like customers to > access the app at mysite.com/customerName/myapp.html. Is this possible > to do with a GWT app and within the constraints of GAE? Can a single > instance of a GWT app be used in this way or does there need to be one > instance per customer? > > Thanks > Kyle > > -- > 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. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
