You'll need to specify all YAML files for the modules to launch, i.e.

dev_appserver.py app.yaml module1.yaml module2.yaml ...

On Saturday, April 12, 2014 12:16:30 PM UTC-7, gaurav sinha wrote:
>
> Hi Oliv, 
>     I am facing the same problem with GAE Python; only "default" module is 
> getting started on the development server; 
> How did you solve it? 
>
> Regards, 
> Gaurav Sinha 
>
>
> On Friday, 30 August 2013 05:52:23 UTC+5:30, Oliv wrote:
>>
>> Hello,
>>
>> I'd like to make some tests with the new appengine modules feature  but 
>> I'm having some problems to make them work on my dev machine.
>>
>> I found this 
>> https://github.com/GoogleCloudPlatform/appengine-modules-helloworld-pythonto 
>> give it a try but still no luck.
>> When the app starts I don't see any of the module loaded, only the 
>> default one.
>>
>> Looking at the doc 
>> https://developers.google.com/appengine/docs/python/modules/routing#Python_Routing_in_the_development_serveri
>>  should see 3 servers started on different ports (1 for each module) but 
>> only the default one is loaded. I also don't see that the dispatcher 
>> started.
>>
>> Fetching the default page works but I get 404 for /mobile and /work.
>>
>> The dispatch.yaml file uses rules with relative path patterns.
>>
>> Here are my logs:
>>
>> INFO     2013-08-30 00:14:20,702 sdk_update_checker.py:245] Checking for 
>> updates to the SDK.
>>
>> INFO     2013-08-30 00:14:21,067 sdk_update_checker.py:273] The SDK is up 
>> to date.
>>
>> INFO     2013-08-30 00:14:21,252 api_server.py:138] Starting API server 
>> at: http://localhost:58478
>>
>> INFO     2013-08-30 00:14:21,255 dispatcher.py:164] Starting module 
>> "default" running at: http://localhost:8080
>>
>> INFO     2013-08-30 00:14:21,259 admin_server.py:117] Starting admin 
>> server at: http://localhost:8000
>>
>> INFO     2013-08-30 00:14:58,871 module.py:593] default: "GET / HTTP/1.1" 
>> 200 36
>>
>> INFO     2013-08-30 00:15:12,914 module.py:593] default: "GET /mobile/ 
>> HTTP/1.1" 404 154
>>
>> Here is my OSX SDK version: 1.8.3.1042
>>
>> Let me know if you have any idea,
>>
>> Thanks,
>>
>> - Oliv
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to