![]() |
2
1
使用默认连接器时似乎没有任何超时。NioConnector似乎确实有写超时(尽管源代码中有一些TODO注释)。
基本上,在server.xml中,将http连接器元素更改为如下内容:
(从默认的tomcat 6.0.20 server.xml文件中,添加了timeout和disableUploadTimeout属性,并将protocol属性更改为“org.apache.coyote.http11.Http11NioProtocol”)
|
![]() |
3
0
|