In the java appengine version they haven't implemented the dispatch.xml
configuration to work on dev servers. That means myself having to test a
rather complex app directly production and adding hundreds of bugs per
second.

I have been informed that the maximum we can do at this point is to star
this issue:
https://code.google.com/p/googleappengine/issues/detail?id=9911

For java i've hacked a simple proof of concept that emulates that feature,
but it's not even close to how we should be developing. It's annoying to
debug on java now.
https://gist.github.com/mufumbo/6325670

thanks
rafa


On Thu, Aug 29, 2013 at 5:22 PM, Oliv <[email protected]> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to