You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org> on 2006/04/24 14:20:05 UTC

[jira] Created: (GERONIMO-1901) Add additional parameters to TomcatGBean to provide improved configuration of Tomcat Attributs

Add additional parameters to TomcatGBean to provide improved configuration of Tomcat Attributs
----------------------------------------------------------------------------------------------

         Key: GERONIMO-1901
         URL: http://issues.apache.org/jira/browse/GERONIMO-1901
     Project: Geronimo
        Type: Improvement
    Security: public (Regular issues) 
  Components: Tomcat  
    Versions: 1.0    
 Environment: All
    Reporter: Matt Hogstrom
 Assigned to: Matt Hogstrom 
    Priority: Minor
     Fix For: 1.1


Added additional attributes in TomcatWebConnector and ConnectorGBean to allow configuration for:

"maxKeepAliveRequests"
"socketBuffer" 
"useBodyEncodingForURI"


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1901) Add additional parameters to TomcatGBean to provide improved configuration of Tomcat Attributs

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1901?page=all ]
     
Matt Hogstrom closed GERONIMO-1901:
-----------------------------------

    Resolution: Fixed

Sending        tomcat/src/java/org/apache/geronimo/tomcat/ConnectorGBean.java
Sending        tomcat/src/java/org/apache/geronimo/tomcat/TomcatWebConnector.java
Transmitting file data ..
Committed revision 396533.


Added the ability to manipulate the following parameters:

      maxKeepAliveRequests="100"       maxKeepAliveRequests
      socketBuffer="9000"              socketBuffer
      useBodyEncodingForURI="false"    useBodyEncodingForURI

To manipulate these attributes modify the config.xml 

  <configuration name="geronimo/tomcat/1.1-SNAPSHOT/car">
    <gbean name="TomcatResources">
    </gbean>
    <gbean name="TomcatWebConnector">
      <attribute name="host">0.0.0.0</attribute>
      <attribute name="port">8080</attribute>
      <attribute name="redirectPort">8443</attribute>

      <-- These are the new attributes. (defaults shown) -->
      <attribute name="useBodyEncodingForURI">false</attribute>
      <attribute name="socketBuffer">9000</attribute>
      <attribute name="maxKeepAliveRequests">100</attribute>
    </gbean>





> Add additional parameters to TomcatGBean to provide improved configuration of Tomcat Attributs
> ----------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1901
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1901
>      Project: Geronimo
>         Type: Improvement
>     Security: public(Regular issues) 
>   Components: Tomcat
>     Versions: 1.0
>  Environment: All
>     Reporter: Matt Hogstrom
>     Assignee: Matt Hogstrom
>     Priority: Minor
>      Fix For: 1.1

>
> Added additional attributes in TomcatWebConnector and ConnectorGBean to allow configuration for:
> "maxKeepAliveRequests"
> "socketBuffer" 
> "useBodyEncodingForURI"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira