Hi Venky, I am assuming that your local server works fine without "-a" option. I can't think of any reason why adding "-a" option results in an error. You could try following things though: 1. Use "--address 0.0.0.0" instead of "-a0.0.0.0" 2. Check if you have the latest version of the app engine sdk.
On Mon, Mar 16, 2009 at 10: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 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 >> >> >> >> -- -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 -~----------~----~----~----~------~----~------~--~---
