OK, so it IS the wildcard URL mapping: - url: /.*
Removing this allows the backends to map properly. Apparently, the wildcard url mapping short-circuits the backends mapping. What is the default mapping for "/_ah/start"? I shouldn't need to write a dummy handler for this. I want to just state the default mapping explicitly. I assume I also need to add "/_ah/stop" Thanks. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
