I am developing a gwt application on my Mac, now need to switch to my PC to test it out in IE, i don't want to copy the codes over to PC to rebuild the project just in order to test it, nor do i want to setup the whole apache+tomcat server on my Mac to deploy the project so that my PC can access that web application. is there any way i can run my gwt application in dev mode on Mac, then test it out in IE on my PC? i m using spring+maven+eclipse+gwt. much thanks...
|
feedback
|
|
In your run configuration of eclipse use -bindAddress 0.0.0.0 and this allow jetty to receive traffic from outside localhost. In the Eclipse menu
From there you can debug from a remote machine in Development Mode | |||||||||||||
feedback
|
|
| |||
|
feedback
|