Hi Julian,

What operating system are you running?

You can try a couple things that have worked for others in the past:
- Instead of 127.0.0.1:9997, try localhost:9997
- Add "-bindAddress *0.0.0.0" to your program arguments in the launch
configuration.  This lives at Debug > Debug configurations... > Select your
launch config on the left > Arguments tab.  Just add "-bindAddress 0.0.0.0"
in the beginning before all the other arguments.  This makes it listen on
all network adapters, so another machine on your network could connect to
you.*
*
*
*jason*

On Sat, Mar 20, 2010 at 3:44 AM, JulianK <0711resp...@gmx.de> wrote:

> Hi all,
>
> i'm frustrated.
> I'm using Eclipse and the GWT Plugin for Eclipse. I created a new GWT
> Project with the GWT example files in it.
> after successfully creating it i start it via "Run as  Web
> Application" and get an Error:
>
> "Plugin failed to connect to hosted mode server 127.0.0.1:9997"
>
> i also tried it with another port and localhost instead of 127.0.0.1
> but without any success.
>
> Hope you can help me.
> kind regards,
> Julian
>
> --
> 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