There does not seem to be any explicit documentation about the URLMap limitations for GAE nor a breakdown of which XML elements count towards this limit. The most relevant documentation I could find is the HTTP/S load balancer documentation about URL Maps <https://cloud.google.com/compute/docs/load-balancing/http/url-map> and the URLMap resource definition <https://cloud.google.com/compute/docs/reference/beta/urlMaps>. These are documented in the context of the a load balancer and not an App Engine application. The load balancer documentation does not describe which XML elements <filter-mapping>, <servlet-mapping>, etc. nor which app.yaml handlers count as a URLMap.
I can't define what constitutes a URLMap until I dig into this a little deeper. I suspect this will lead to feedback for our documentation team. For the time being, perhaps we can help identify opportunities to reduce the number of maps you have using more comprehensive regular expressions and such. If sensitive and not redacted, feel free to reply privately to me here with your web.xml and I'll see what I can do to help. On Thursday, February 23, 2017 at 4:53:29 AM UTC-5, Joshua Fox wrote: > > Where can I find documentation on URLMap count, as reflected in this > error in deployment to GAE? > > "app.yaml... Found more than 100 URLMap entries in application > configuration" > > What is included in the URLMap count? > > Which elements in *web.xml *are included? *servlet-mapping*, > *security-constraint*, *filter-mapping*, or something else? > > Which elements in *appengine-web.xml ? * > > For some reason, removing *<include path="**"/> *from *appengine-web.xml > *actually > allows deployment for us. Does that path count as a single URLMap? Or as > one per static file? Per JSP? > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0669fdea-a5db-42d0-a478-940015c4fa1e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
