PS : When I compile and run in Production Mode I get the "web
application starter projet" page like in the example
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
So, to be able to debug from a browser on a different machine, we must
add "-bindAddress 0.0.0.0" to the arguments of the devmode launch now
(BTW, I think it's good that binding only to 127.0.0.1 is the default
now). With some networking setups, you may have to do that even to
connect to 127.0.0.1. Please be aware, that this allows everyone in
your network to connect to your code server.
http://code.google.com/webtoolkit/release-notes.html#Release_Notes_2_0_1
I'm quite a noob, and I'm so happy when I hit the target !
(translated: being useful)
Regards
How can I set up the bindAdress on eclipse ???
Thanks
Just had to add the following to Run Config -> Argument and then
Program Arguments "-bindAddress 0.0.0.0"