in your build.xml, in the "runserver" target, add an "address" attribute to the "dev_appserver" tag --
<dev_appserver war="war" address="0.0.0.0" /> works for me! On Jul 1, 3:13 pm, John Patterson <[email protected]> wrote: > Try "-bindAddress 0.0.0.0" - it works for GWT, not sure about Jetty. > > On 2 Jul 2010, at 03:25, keyeslabs wrote: > > > > > I'm running GAE eclipse dev environment (GAE installed via the eclipse > > update mechanism). When I run my GAE application locally, it starts > > jetty, which seems to bind to localhost (127.0.0.1) rather than my > > machine's IP associated with my wireless card. When I try to connect > > to the running GAE app from another machine using, for example, > >http://192.168.1.100:8888, the connection fails. Things work from the > > machine on which the app is running by usinghttp://localhost:8888. > > > So... my question is, how can I make jetty bind to more than one IP, > > or perhaps to a different IP? Are there command-line params that I > > can pass to the Eclipse target? > > > Thanks for the help! > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine-java?hl=en > > . -- 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=en.
