Note: This procedure requires restarting the JBoss application server.
Note: The specific port number and other settings may vary.
This block should look like this:
<!-- A HTTP/1.1 Connector on port 8080 -->
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="400" minSpareThreads="100" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"/>
compression="on"
socketBuffer="1045576" />