greetings bruce! i was just discussing your situation with Ikai and found the solution. pull up the GUI launcher, select the app you wish to modify with the flag, click right-mouse or double-click it if you only have a 1-button mouse.
a dialog will pop open. go down to the "Extra Flags" text field and enter the "-a 0.0.0.0" option (obviously without the quotes), click update to close the dialog, then stop and restart your app. it should then be accessible either via localhost or an assigned IP address! hope this helps! -- wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "Core Python Programming", Prentice Hall, (c)2007,2001 "Python Fundamentals", Prentice Hall, (c)2009 http://corepython.com wesley.j.chun :: [email protected] developer relations :: google app engine On Dec 29, 11:36 am, Bruce S <[email protected]> wrote: > Thanks! Invoking the launcher from the command line with the flag > you recommended worked. I couldn't figure out how to get the Google > App Engine Launcher for Mac OS to do it though. > > On Dec 29, 10:14 am, "Ikai L (Google)" <[email protected]> wrote: > > > > > There should be an option to force the launcher to bind to 0.0.0.0, which > > means "bind to all addresses on this interface". From the command line it is > > "-a 0.0.0.0". There should be an option to specify command line options for > > applications launched from the GUI launcher where you can add this. > > > On Mon, Dec 28, 2009 at 8:40 PM, Bruce S <[email protected]> wrote: > > > It seems I can only access the GAE Launcher using the localhost > > > interface (e.g.http://localhost:9001) from the machine hosting GAE > > > Launcher. If I use the actual IP address of the machine (http: > > > 192.168.2.3:9001) there is no connection. Anyone know how to hook up > > > the external interface to localhost? > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > > "Google App Engine" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-appengine%2Bunsubscrib > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine?hl=en. > > > -- > > Ikai Lan > > Developer Programs Engineer, Google App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
