[jboss-as7-dev] web subsystem - http connector configuration

Remy Maucherat rmaucher at redhat.com
Sun May 22 15:22:34 EDT 2011


On Fri, 2011-05-20 at 11:20 +0200, Michal Linhard wrote:
> Hello all,
> 
> AS 7.0.0.Beta4 snapshot seems to be using JBOSSWEB_7_0_0_CR1
> currently I cannot see a way to configure all HTTP Connector properties 
> I'm used to from
> http://docs.jboss.org/jbossweb/3.0.x/config/http.html
> because the configuration schema/model and the web subsystem don't allow 
> it.
> (deducing from what I've seen in:
> https://github.com/jbossas/jboss-as/blob/master/web/src/main/java/org/jboss/as/web/WebConnectorAdd.java
> https://github.com/jbossas/jboss-as/blob/master/web/src/main/java/org/jboss/as/web/WebConnectorService.java)
> 
> I need stuff like
>           connectionTimeout
>           maxThreads
>           maxHttpHeaderSize
>           maxKeepAliveRequests
>           acceptCount
>           disableUploadTimeout
> 
> Is this going to be implemented ? Is there a JIRA about it ?
> 
> currently without being able to tweak these parameters, I'm unable to 
> setup EDG6 REST server module performance tests properly - without the 
> tweaking the performance is quite poor.

I'm not going to add most of these setting which are almost always
misused, and I will certainly not tell you I did it if I do it :) I want
your performance to be good with the defaults, so we now have to
investigate why it is not.

-- 
Remy Maucherat <rmaucher at redhat.com>
Red Hat Inc



More information about the jboss-as7-dev mailing list