I am stumped on this issue for some reason.. I have vanilla appstats configuration to web.xml and deployed properly but the request to appname.appspot.com/appstats/ reports a server error: Error: Server ErrorThe server encountered an error and could not complete your request.
If the problem persists, please report<http://code.google.com/appengine/community.html> your problem and mention this error message and the query that caused it. Web.xml contains the exact stock configuration from app engine documentation added to web.xml...i.e. appstats filter, appstats servlet, and the security contraint (from http://code.google.com/appengine/docs/java/tools/appstats.html)..all added to web.xml and redeployed. I tried with and without the security constraint but I get the same error. On a related note, I also tried enabling Appstats short cut in admin-console per one of the blog postings and I get an error not found - What does /stats map to though? Where is that specified? <admin-console> <page name="Appstats" url="/stats" /> </admin-console> Can someone help please? Thanks. -- 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.
