If you call the page from your Admin Console from the Custom/Appstats
menu in the Appspot Admin Menu it's not a big surprise because there
is a bug in the article (http://googleappengine.blogspot.com/2010/03/
easy-performance-profiling-with.html).

appengine-web.xml shouldn't contain:

<admin-console>
 <page name="Appstats" url="/stats" />
</admin-console>

but

<admin-console>
 <page name="Appstats" url="/appstats/stats" />
 <!-- <page name="Appstats" url="/appstats/" /> should work as well --
>
</admin-console>

- Alex

On Apr 3, 2:41 am, Arny <arny...@googlemail.com> wrote:
> Thanks, that worked!
>
> No idea why it is redirecting to /stats
>
> Regards,
> Arny
>
> On Apr 3, 2:16 am, Alexander Orlov <alexander.or...@loxal.net> wrote:
>
>
>
> > You should be redirected to /appstats/stats. Try to call this URL
> > manually after you're authenticated as admin user.
>
> > - Alex
>
> > On Apr 3, 2:10 am, Arny <arny...@googlemail.com> wrote:
>
> > > Hi,
>
> > > I'm trying to get Appstats to work with no success.
> > > Added all the lines specified in the docs to my web.xml
>
> > > After signing in at /appstats, I'm getting a redirection to /stats,
> > > but there I get "not found" 404 error.
> > > I'm using appengine 1.3.2.
>
> > > Did I miss anything?
>
> > > Thanks
> > > Regards
> > > Arny

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to