I have been using google app engine to build my website, and met a problem about the maximum number of URLMap (I had 101 URLs, but the limit is 100). Here is the error message:<
I had the same problem using Java SDK.
I revolved removing index.html from welcome-file-list.
Now my entrypoint is index.jsp with a redirect to my index.html page.