Java – is there any way to set timeout in Tomcat?
•
Java
Can I set timeouts for JSP pages in Tomcat per page or server level?
Solution
For the server level, you can try this
jvm OPTIONS : -Dsun.net.client.defaultConnectTimeout=60000 -Dsun.net.client.defaultReadTimeout=60000
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码