Hi all, I'm using Jetty 9.2.13 and i'm facing a frequent timeout problem in my application. At the log files there are many messages like:
java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms I think that is related to my Jetty's configuration, and looking into my jetty-selector.xml I have this property: <Set name="idleTimeout">30000</Set> I have two main questions, that is not so clear at official documentation: Why some people set the Idle Timeout Property with a different syntax: <Set name="idleTimeout"><Property name="http.timeout" default="30000"/></Set> And why some people are saying to user a start.ini file on JETTY_BASE with: http.timeout=300000 BR, -- [image: devCoffee Sistemas de Gestão Integrada] http://www.devcoffee.com.br <http://www.devcoffee.com.br/> Murilo H. Torquato / Diretor Técnico devCoffee Business Solutions [email protected] / (19) 993 247 735 Telefones: (19) 3555 2618 *||* (19) 3554 4031 *||* (11) 3522 3038 Endereço: Rua Paulo Rebessi, 665 - Cidade Jardim CEP: 13614-260 - Leme / SP [image: Facebook] <https://www.facebook.com/devcoffeebr>[image: Twitter] <https://twitter.com/devcoffeebr>[image: Google Plus] <https://plus.google.com/devcoffeebr>
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
