Expose ConnectionTimeout configuration in tomcat web connector to the user --------------------------------------------------------------------------
Key: GERONIMO-3499 URL: https://issues.apache.org/jira/browse/GERONIMO-3499 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Affects Versions: 2.0.2, 2.1 Reporter: Lin Sun Assignee: Lin Sun Priority: Minor I was doing some jaxws testing on zLinux and I had to increase the ConnectionTimeout value to 1 mins to get my test passing. The default value is set to 20 seconds, and I got some socketException - broken pipe with the default timeout value. It is not obvious for a regular user to configure this, as it is currently only mentioned in the tomcat6 config plan, which isn't in the geronimo assembly. I'd like to add this configuration in the config.xml of the tomcat java ee5 assembly so that a user could config the ConnectionTimeout value intuitively. (Jetty config doesn't seemt to support this property.) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.