10 Replies Latest reply on Feb 7, 2012 4:25 AM by jjakub

    how to configure jetty connector maxIdleTimeout in camel-cxf component?

    jjakub

      Is there any possibility to configure jetty connector maxIdleTimeout in camel-cxf component?

       

      Default is

      org.eclipse.jetty.server.AbstractConnector {

      protected int _maxIdleTime = 200000;

      }

       

      requests lasting longer read EOF from socket becouse of this timeout.

       

      Thanks.