[google-appengine] Re: Running multiple Dev Web Servers on same machine

2009-01-08 Thread Bill
Alex, I've had no problem running 2 dev web servers on my MacBook Pro (Leopard OS X). What OS are you using and are you launching dev_appserver.py with the port options? You have to give more detailed information. Best, Bill On Jan 8, 2:39 pm, Alex Popescu the.mindstorm.mailingl...@gmail.com

[google-appengine] Re: Running multiple Dev Web Servers on same machine

2009-01-08 Thread boson
These dev_appserver.py params seem important for running multiple instances: --address=ADDRESS, -a ADDRESS Address to which this server should bind. (Default localhost). --port=PORT, -p PORT Port for the server to run on. (Default 8080) --datastore_path=PATH Path to use for storing Datastore

[google-appengine] Re: Running multiple Dev Web Servers on same machine

2009-01-08 Thread bowman.jos...@gmail.com
When writing the Cron application for gaeutilities I ran into the need to ran two instances, as the dev_appserver can't make a request to itself. All I did was run the second instance on a different port, didn't have to mess with the address. Mind you, it didn't make a lot of requests to the

[google-appengine] Re: Running multiple Dev Web Servers on same machine

2009-01-08 Thread Alex Popescu
I am running the latest GAppEngine SDK on Leopard with Python 2.5.4. As mentioned in the initial post, I have configured each of the web servers to run on specific ports (and both are configured to use their own data storage). I am noticing the issue when one of the web servers if responding to a