Ikai, Thank you, I missed that when reading the docs...
Peter On Nov 10, 11:35 pm, "Ikai L (Google)" <[email protected]> wrote: > Peter, > > By default the development server only binds to 127.0.0.1 and will only > answer requests directed to that address. You can change the default > behavior so it binds to 0.0.0.0 and listens on all addresses by passing in > the --address= flag when you start up the server. This is documented here: > > http://code.google.com/appengine/docs/java/tools/devserver.html > > For instance, if you are using Eclipse, you would add "--address=0.0.0.0" to > your program arguments under the Run Configuration/Debug Configuration menu. > > Ikai > > On Fri, Nov 6, 2009 at 3:10 AM, Peter Hulsen <[email protected]> wrote: > > > Is it possible to connect to the development server via a remote > > machine on my local network? Thanks. > > > Peter > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=.
