how to check gwt application in dev mode from another computer

前端 未结 4 555
予麋鹿
予麋鹿 2021-02-04 03:23

I am developing a GWT application on my Mac and now I\'m supposed to test it in IE on my PC.

However, I don\'t want to copy the codes to PC in order to rebuild the proje

4条回答
  •  不要未来只要你来
    2021-02-04 04:05

    set -bindAddress 0.0.0.0 in (x)=Arguments tab in "Run Configuration" as stated above. when you run your application GWT will use your computer IP in launch URL. after opening the URL in your browser, click on GWT toolbox on the right of Chrome address bar which will open "GWT Developer Plugin Options". now just add your IP to the list of webserver exceptions.GWT Developer Plugin Options

提交回复
热议问题