can i change what address is outputted from Eclipse GWT? I believe it
is my IP:port/.html?gwt.codes=IP:9997

I am assuming that is what it is comparing to in relation to my java
servlet i am trying to parse

On Oct 3, 1:06 pm, Jens <[email protected]> wrote:
> As long as protocol, domain and port number do not change you wont have a
> problem regarding same origin policy.If they change you can use
> JSONPRequstBuilder (requires some changes in your servlet to make it jsonp
> compliant) or you have to use a reverse proxy to map the external servlet to
> the domain of your gwt app.
>
> -- J.

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

Reply via email to