java.net.SocketTimeoutException: Read timed out under Tomcat

前端 未结 5 1935
旧时难觅i
旧时难觅i 2020-12-05 09:07

I have a Tomcat based web application. I am intermittently getting the following exception,

Caused by: java.net.SocketTimeoutException: Read timed out
    at          


        
5条回答
  •  囚心锁ツ
    2020-12-05 09:42

    I had the same problem while trying to read the data from the request body. In my case which occurs randomly only to the mobile-based client devices. So I have increased the connectionUploadTimeout to 1min as suggested by this link

提交回复
热议问题