在jboss7中,如何为http和https连接器设置线程池大小。我正在使用standalone.xml来设置更改。有人能帮我吗。
提前谢谢。
发布于 2013-06-06 22:16:33
您可以像这样在standalone.xml中添加max-connections属性:
max-connections="1000"/ name="http“protocol="HTTP/1.1”scheme="http“socket-binding="http”connector
发布于 2012-01-11 19:29:02
发布于 2016-02-10 19:34:04
在独立的xml中定义新的线程工厂和线程池执行器。有关更多详细信息,请访问以下网站:https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html/Administration_and_Configuration_Guide/sect-Connector_Configuration.html
我也有类似的问题,请参考我的SO question and answer。
https://stackoverflow.com/questions/7066946
复制相似问题