I'm trying to use appstats to view the requests to my app. But i can't
exclude the requests to /stats/ as stated in the dev guide:

"This installs the filter for all URLs, with the <url-pattern> of /*.
(This includes the Appstats web-based administration interface
discussed in the next section, which you may prefer to exclude from
recording.) You can specify a different pattern to limit Appstats to
URLs that match the pattern."

I tried creating a filter witch treats request to url-pattern /stats/*
and placing it before the AppstatsFilter mapping in the web.xml file,
but it just shows a blank page, not the appstats GUI.

Is there an exclusion tag or regex to use within the url-patter tag ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to