That works for us as well.

But unfortunately, it doesn't work for GWTTestCase.

We would like to use JUnit to run integration tests, running with our
own web server that includes proxing to get around the single-origin-
policy. But I havent yet found a way in GWT 2.0...?

-Ben

On Feb 9, 1:32 am, RPB <robbol...@gmail.com> wrote:
> This works for me in GWT 2.0:
> -Open 'Debug configurations' in eclipse
> -Uncheck 'Run built-in server'
> -Set the port number to your localhost port
> -Run
>
> Good luck,
> Rob
>
> On Feb 7, 4:51 am, Tatchan <tatcha...@gmail.com> wrote:
>
> > Hi all,
>
> > I have to make http request (but not RPC)  to a service which runs in
> > a different port on the local host in development mode, which is
> > fortunately possible with GWT 1.7 and IE 8 (but not with Firefox 3.5 -
> > bad). But now with GWT 2.0 this convenience has gone. Things got
> > really complicated and inefficient in terms of development, since I
> > have to use an external Apache server with proper proxy configuration
> > to make it work. Stuffs have to be deployed to the server usually -
> > really bad.
> > And, to be frank, I still have problems now, and I wish I had my
> > convenience back. I need a simple way to bypass SOP for locally
> > development. Could anyone help me please?
>
> > Thanks alot,
>
> > ~Tatchan

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