Log incoming requests
- by Maxim Eliseev
We have Tomcat running on Ubuntu server.
It runs a web service, open to the internet.
Sometimes it has sudden spike of traffic and goes down.
There is nothing unusual in Tomcat access logs.
I guess because some of the requests are so 'heavy' that they never finish and hence are not recorded to Tomcat access logs.
Is there a way to configure…