Also if you specify 0.0.0.0 , it will bind to all ip addresses available. On Mon, Dec 27, 2010 at 8:39 AM, David Chandler <[email protected]>wrote:
> Karel, > > You can pass the -bindAddress argument when you start hosted mode: > > > http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#What_options_can_be_passed_to_development_mode > > HTH, > /dmc > > On Sat, Dec 25, 2010 at 8:34 PM, Karel <[email protected]> wrote: > > 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]<google-web-toolkit%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > > > > > > -- > David Chandler > Developer Programs Engineer, Google Web Toolkit > w: http://code.google.com/ > b: http://googlewebtoolkit.blogspot.com/ > t: @googledevtools > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- -- A. Stevko =========== "If everything seems under control, you're just not going fast enough." M. Andretti -- 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.
