hey Chris, You missed out the port 8080. apparently he is using apache on port 80 and tomcat on port 8080. http://mydomain:8080 is not the same as http://mydomain. those are 2 different domains.
On Wed, Mar 10, 2010 at 5:25 PM, Chris Lercher <[email protected]>wrote: > I think he isn't doing cross domain calls (the redirect is just from > http://mydomain/ to http://mydomain/MyApp/) > > There was someone with a very similar question on this forum just a > few days ago (I can't find the post anymore, maybe you'll find it). I > think the solution may have had something to do with the context root > of the application (?!) > > What I would do is try to access the servlet directly from the browser > (yes, it will tell you, that the GET method isn't supported, but > you'll see, if the URL is correct) > > hth > Chris > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
