java.net.SocketTimeoutException: Read timed out under Tomcat

I have a Tomcat based web application. I am intermittently getting the following exception, Unfortunately I don’t have access to the client, so I am just trying to confirm on various reasons this can happen, Server is trying to read data from the request, but its taking longer than the timeout value for the data … Read more