Im developing a GWT application in Eclipse on OSX, using the built in Jetty server.
I would like to access: http://127.0.0.1:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997 from my guest OS (win7) in VirtualBox.
I can access my Tomcat server from guest using the hosts ip-address. Ex: http://192.168.0.199:8080/MyApp.
Is this possible? Thanks.