Hi Nick, Thanx for your answer.
I dont have any static files configured in appengine-web.xml. Is there any documentation available somewhere about these limitations ? I had to remove more than half of my servlets to be able to deploy my application. I know trying to write a Guice-like servlet loader to lazy-load my servlets. Regards. 2010/3/1 Nick Johnson (Google) <[email protected]> > Hi, > > Do you also have static files configured in appengine-web.xml? These count > towards the total number of entries too. > > It's not possible to increase your limit, because it's enforced on the > client, as well as server-side. > > -Nick Johnson > > On Fri, Feb 26, 2010 at 8:00 PM, mably <[email protected]> wrote: > >> I'm hitting the "Found more than 100 URLMap entries in application >> configuration" limit. >> >> What is strange is that I have only 82 <url-pattern> definitions in my >> web.xml (many servlets). >> >> Is it possible to have it increased by someone at Google? My app ID >> is webwinewatch. >> >> Any help will be greatly appreciated as I can't deploy my app anymore. >> >> Thanx in advance. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> >> > > > -- > Nick Johnson, Developer Programs Engineer, App Engine > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
