How to set maxKeepAliveRequests in JBoss EAP6 Connectors.
Issue
- In EAP5 release it was possible to set the "maxKeepAliveRequests" as following inside the "server.xml" file,
<Connector protocol="HTTP/1.1" port="${jboss.web.http.port}"
address="${jboss.bind.address}" maxKeepAliveRequests="1"
compression="on" compressableMimeType="application/json"
redirectPort="${jboss.web.https.port}" />
- How can we set the same in EAP6 ?
Environment
- JBoss Enterprise Application Platform (EAP)
- 6.0.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.