Hi Venky, Use -a0.0.0.0 option while starting your dev server. e.g. python dev_appserver.py -a0.0.0.0 <your_app_name>
Once you start the server like this, you will be able to access your app using the IP address of the machine where dev server is running. http:// <IP>:8080 On Thu, Mar 12, 2009 at 2:27 AM, Venky <[email protected]> wrote: > > Hello I created a python application in ecilpse targeting app engine > through pydev > > my application name is Helloworld > > its runs fine on my local browser http://localhost:8080 > > now how should i make my application access to other systems,What > should be the url from other systems to access the application > > > > -- -Jyoti www.videonym.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
