Hi,

Configure your "backend" server to serve the folder where your GWT
HTML page is (and the compiled JS). Then, open this page in your
browser. The URL may be something like:

http://localhost:88/mypage.html

This load the "compiled" version of your application. Add a parameter
named "gwt.codesvr" with value "127.0.0.1:9997" and the dev mode will
be used.

http://localhost:88/mypage.html?gwt.codesvr=127.0.0.1:9997

Now you can use the dev mode and have not SOP probem ;)

Olivier

On 16 juin, 15:16, alian rea <aliandre...@gmail.com> wrote:
> Hallo guys, i'm new of this group.
> I'm new developer for GWT 2.0 and SmartGWT.
> I've a problem with RequestBuilder. There are one frontend and one
> backend. The first is an java GWT application, the second is a PHP
> scripts, and they speak with JSON. Now The first application is in
> port 8888 and the backend is in port 88, in the identical domain, and
> the rule of SOP forbid the comunication, with the onsuccess method of
> Request callback. The statuscode is 0, and the getText() is "".
> How can i do?
> Help please thank you.
>
> Andrea

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