Tomcat access logs - are failed requests included?
Posted
by
Maxim Eliseev
on Server Fault
See other posts from Server Fault
or by Maxim Eliseev
Published on 2013-06-26T10:37:28Z
Indexed on
2013/07/02
11:07 UTC
Read the original article
Hit count: 245
We have a RESTful web service (Java, hosted in Tomcat on Ubuntu on Amazon EC2). From time to time it fails (not every week). When it fails, Java CPU consumption goes to 100% and it takes all available memory. It does not finish by itself. I have to restart the server.
There is nothing suspicious in Tomcat access logs. I guess one of our users could submit a very "heavy" request which brought the server down. Is it possible this request is not in Tomcat logs since it never finished?
© Server Fault or respective owner