gwt-eclipse-plugin
gwt-eclipse-plugin copied to clipboard
Write a patch for overriding hostname in CodeServer
replace var hostName = -bindAddress
https://github.com/gwtproject/gwt/blob/3a41a8067767965ff72f4e49eb015f587fcfee16/dev/codeserver/java/com/google/gwt/dev/codeserver/LauncherDir.java - replace hostName in template
var hostName = $wnd.location.hostname;

https://github.com/gwt-plugins/codeserver - first hack in place
https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit-contributors/9LSJJXjxbgc - proposed
https://gwt-review.googlesource.com/#/c/17180/ - gwt codeserver change