Hello, I am trying to get jetty to listen to the public IP of my PC as well. Right now, I can only access my app through the following urls: http://localhost:8888/Linegame.html?gwt.codesvr=127.0.0.1:9997 http://127.0.0.1:8888/Linegame.html?gwt.codesvr=127.0.0.1:9997
But I would like to be able to access the app through the following url: http://192.168.0.100:8888/Linegame.html?gwt.codesvr=127.0.0.1:9997 This would allow me to forward the port from my router to my local IP, thus allowing other people to access my app and test it while I run it locally. Unfortunately, I have a hard time finding ANY information on how to configure jetty. I think I need to edit (or create) jetty.xml to configure this, but I have no idea what I have to put in it. Any help would be greatly appreciated! Kind regards, Karel -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
