- I beg your pardon- they are not in runtime attributes, just .xsd files<br><br><div class="gmail_quote">2011/5/20 Francesco Marchioni <span dir="ltr">&lt;<a href="mailto:marchioni.francesco@gmail.com">marchioni.francesco@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">By looking at the runtime attributes of the web connector, some of them, are exposed in the .xsd file. Here&#39;s a sample connector configuration:<br>
<br><span lang="EN-US">   &lt;connector enable-lookups=&quot;false&quot; enabled=&quot;true&quot;        <br>
      executor=&quot;idvalue0&quot; max-connections=&quot;200&quot; <br>      max-post-size=&quot;&quot; max-save-post-size=&quot;4096&quot; <br>      name=&quot;http&quot; protocol=&quot;HTTP/1.1&quot; <br>      proxy-name=&quot;proxy&quot; proxy-port=&quot;8081&quot; <br>

      redirect-port=&quot;8443&quot; scheme=&quot;&quot; <br>      secure=&quot;false&quot; socket-binding=&quot;http&quot; /&gt;<br></span><span lang="EN-GB"></span>

<br>I guess that max-connections should map to maxThreads.<br><br>By the way: the element executor is mentioned, does it reference an executor from JBoss Thread&#39;s pool or rather an Executor element to be defined in the Web subsystem ? (Just like Tomcat 6 and onwards).<br>
<font color="#888888">
<br>Francesco</font><div><div></div><div class="h5"><br><br><br><div class="gmail_quote">2011/5/20 Michal Linhard <span dir="ltr">&lt;<a href="mailto:mlinhard@redhat.com" target="_blank">mlinhard@redhat.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello all,<br>
<br>
AS 7.0.0.Beta4 snapshot seems to be using JBOSSWEB_7_0_0_CR1<br>
currently I cannot see a way to configure all HTTP Connector properties<br>
I&#39;m used to from<br>
<a href="http://docs.jboss.org/jbossweb/3.0.x/config/http.html" target="_blank">http://docs.jboss.org/jbossweb/3.0.x/config/http.html</a><br>
because the configuration schema/model and the web subsystem don&#39;t allow<br>
it.<br>
(deducing from what I&#39;ve seen in:<br>
<a href="https://github.com/jbossas/jboss-as/blob/master/web/src/main/java/org/jboss/as/web/WebConnectorAdd.java" target="_blank">https://github.com/jbossas/jboss-as/blob/master/web/src/main/java/org/jboss/as/web/WebConnectorAdd.java</a><br>


<a href="https://github.com/jbossas/jboss-as/blob/master/web/src/main/java/org/jboss/as/web/WebConnectorService.java" target="_blank">https://github.com/jbossas/jboss-as/blob/master/web/src/main/java/org/jboss/as/web/WebConnectorService.java</a>)<br>


<br>
I need stuff like<br>
          connectionTimeout<br>
          maxThreads<br>
          maxHttpHeaderSize<br>
          maxKeepAliveRequests<br>
          acceptCount<br>
          disableUploadTimeout<br>
<br>
Is this going to be implemented ? Is there a JIRA about it ?<br>
<br>
currently without being able to tweak these parameters, I&#39;m unable to<br>
setup EDG6 REST server module performance tests properly - without the<br>
tweaking the performance is quite poor.<br>
<br>
m.<br>
<br>
--<br>
Michal Linhard<br>
Quality Assurance Engineer<br>
<br>
Red Hat Czech s.r.o.<br>
Purkynova 99 612 45 Brno, Czech Republic<br>
phone: +420 532 294 320 ext. 62320<br>
mobile: +420 728 626 363<br>
<br>
_______________________________________________<br>
jboss-as7-dev mailing list<br>
<a href="mailto:jboss-as7-dev@lists.jboss.org" target="_blank">jboss-as7-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
</blockquote></div><br>
</div></div></blockquote></div><br>