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 <cl_for_mail...@gmx.net>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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to