MW Janssen wrote:
> My application (production) runs fine. However in the Tomcat Manager I see
> a parameter Error count. Normally I would think this should be 0. See no
> errors in my logs. So what does this parameter measure?

It counts the requests that could not be successfully handled. This includes 
404s (resource not found). You can - for example - easily get a lot of these 
when there is no /favicon.ico on your server.
If you count the requests that don't have a status of 2xx or 3xx in your 
server's access logs, you'll propably get a value similar to what the Manager 
shows as Error count.

Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to