We have a Zabbix server that reports on Tomcat's errorCount, from the GlobalRequestProcessor. I'm trying to figure out exactly what gets counted in this errorCount. Is it any request to Tomcat the results in an error? If so, how are these measured? Any request that results in an HTTP error response code (4xx/5xx)? Are there other conditions that would also affect errorCount that would not affect the HTTP response code?
Basically, if someone sees a chart showing that the error rate is increasing, what should they look at to see where the errors are coming from: Application logs? Tomcat logs? Apache web logs? Something else?