set the gwt.shell.args=-bindAddress 0.0.0.0 if you don't want use the built in server , then use -noserver like this
gwt.shell.args=-bindAddress 0.0.0.0 -noserver For example , I'm developing a wordpress theme using GWT , and I'm running under Apache ... very simple Those settings are in the gwt.properties file (NB), in eclipse just add it to the args of your run action. I know that with bindAddress 0.0.0.0 you can have local network debugging . I hope that will help. Peace On Jul 13, 5:01 pm, "Kevin (Yau) Leung" <[email protected]> wrote: > I am developing a facebook app with GWT and it requires us to use an > internet domain name to connect. But in hosted debug mode, I can only > run the built-in server at 127.0.0.1:8888 and therefore I can never > connect to facebook and debug. > > C:\>netstat -an | grep 8888 > TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING > > I believe that the jetty.xml of the built-in server is somehow bind to > <Set name="Host">127.0.0.1</Set> so I can't access the server from > other IP. But I can't find any file named "jetty*.xml" under eclipse. > Does anyone having any solution? > > Alternatively, I can debug the app at -noserver mode, but i can't > debug the server, right? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
