But I saw that in the "HttpConfiguration" it defines such properties which read from “component.properties” under %SM%/conf:
servicemix-http.streamingEnabled=false servicemix-http.connectorMaxIdleTime=65000 servicemix-http.consumerProcessorSuspendTime=70000 those properties are referenced in ConsumerProcessor and ProviderProcessor, are they not able to solve the problem? -----邮件原件----- 发件人: Guillaume Nodet [mailto:[EMAIL PROTECTED] 发送时间: 2007年5月23日 15:33 收件人: [email protected] 主题: Re: Setting the http session timeout I'm not sure this can be configured right now in ServiceMix, but I guess this can be configured in Jetty. You should try to look at goole / Jetty web site / Jetty javadoc / Jetty mailing lists and see if there is any information on that. Then, raise a JIRA and attach your patch :-) On 5/23/07, David Potter <[EMAIL PROTECTED]> wrote: > > > Hi > > I am using the servicemix-http component to accept soap requests for > processing over an ssl conection. We have a single client sending in the > requests. > > What I have found is that the first request will establish the SSL > connection and then additional requests will use the same connection > (standard behaviour for HTTP 1.1). If the connection is left idle for > somewhere between 1 and 10 minutes the connection is dropped and need to > be > re-established (again expected behaviour). > > My question is how can I change the timeout in the http component (or > jetty?) > > thanks in advance > > David Potter (InfoComp in Oz) > > -- > View this message in context: > http://www.nabble.com/Setting-the-http-session-timeout-tf3801784s12049.html# a10756803 > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Principal Engineer, IONA Blog: http://gnodet.blogspot.com/
