对于standalone.xml中的http配置
<subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
<virtual-server name="default-host" enable-welcome-root="true">
<alias name="localhost"/>
<alias name="example.com"/>
</virtual-server>
</subsystem>
默认配置。
我想知道这台服务器有多少连接可以处理传入和传出。
与3000个用户(客户端)一样,此服务器正在与其他Web服务进行通信,因此一次可以处理多少个http / https连接,也有办法找出当前的连接数