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