Skip to content

Commit 0d18191

Browse files
committed
Update Tomcat-Install-And-Settings.md
1 parent 3b7a6a1 commit 0d18191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tomcat-Install-And-Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
/>
129129
```
130130
- 重点参数解释:
131-
- protocol,Tomcat 8 设置 nio2 更好:org.apache.coyote.http11.Http11Nio2Protocol
131+
- protocol,Tomcat 8 设置 nio2 更好:org.apache.coyote.http11.Http11Nio2Protocol(如果这个用不了,就用下面那个)
132132
- protocol,Tomcat 6、7 设置 nio 更好:org.apache.coyote.http11.Http11NioProtocol
133133
- enableLookups,禁用DNS查询
134134
- acceptCount,指定当所有可以使用的处理请求的线程数都被使用时,可以放到处理队列中的请求数,超过这个数的请求将不予处理,默认设置 100

0 commit comments

Comments
 (0)