try python dev_appserver.py
On Mar 17, 2:20 pm, venkat rambotla <[email protected]> wrote: > Hi Jyothi, > > Thanks for ur suggestion... > I am facing a problem when i am running ur suggested command from command > prompt its > saying 'dev_appserver.py is not a internal or external command,operable > program or batch file.. > > please help > > Thanking You, > Regards, > Venky > > On Thu, Mar 12, 2009 at 10:13 PM, Jyoti Shete-Javadekar < > > [email protected]> wrote: > > 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 browserhttp://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 -~----------~----~----~----~------~----~------~--~---
