【发布时间】:2015-07-01 18:47:47
【问题描述】:
在 JBoss7 中,我们使用这个限制了 Web 连接的数量
<connector name="https" scheme="https" protocol="HTTP/1.1" socket-binding="https" secure="true" max-connections="3000">
对于 urn:jboss:domain:web:1.0 子系统,它在 Wildfly 中被 urn:jboss:domain:undertow:1.2 替换。如何在wildfly中设置max-connections?
我浏览了文档并没有找到匹配的属性。
谢谢
【问题讨论】:
标签: wildfly