I need to share the output of my GWT application with a colleague over the Internet. So i forwarded the ports 8080 for the Jetty server and 9999 for the code server.
Now when my friend tries to access the url http://<my public ip address>:8080/myproject/show/mainpage?gwt.codesvr=<my public ip address>:9999
in his browser, the client loads up, but he gets the message "Plugin unable to connected to hosted mode server on..."
Any way to fix this ?
Thank You