Tuesday, April 22, 2014

Re: IE11 and the Debugger mode and the plug-in

I am testing on a VM with IE11 trying to connect to my development server.  I am using my IP address and not localhost.  Do I still point to 127.0.0.1:9997

In your IDE you must start DevMode with your computer's public IP / LAN IP. To do so you need to add -bindAddress <public/lan ip> as DevMode parameter, e.g. -bindAddress 192.168.1.100. You would then use that IP instead of 127.0.0.1 in the app URL.

The GWT browser plugin for IE should also prompt you to whitelist your IP as only localhost/127.0.0.1 is whitelisted by default.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment