Friday, September 17, 2010

Re: How to supply bindAddress

If you are using an Eclipse IDE,

i) you will need to have the latest GWT plugin for Eclipse
http://code.google.com/eclipse/docs/getting_started.html .

ii) In the Run / Debug configurations in the arguments tab you will
need to provide
-bindAddress 0.0.0.0 (0 should be replaced by the ip you wish to bind
to)

If it still doesnt work, delete the existing configuration and create
a new one with the -bindAddress argument included.

Hope that helps

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment