Re: Timeouts when requesting resources from a jar

2010-02-18 Thread Leo . Erlandsson
You are not using Wicket 1.4.4, are you? Then you are probably experiencing this: https://issues.apache.org/jira/browse/WICKET-2613 > Whenever we load a page with a DateTextField on it the loading takes a very long time. I have been able to trace the problem to the loading of all > >of the j

Re: Timeouts when requesting resources from a jar

2010-02-18 Thread Ilja Pavkovic
Hi, this sounds like a missing content-length header line in combination with a keep-alive header line in the response. In such a case the connection must be kept open until all data is sent but the receiving instance (your apache proxy) does not know when to stop the transmission and the timeo

Timeouts when requesting resources from a jar

2010-02-18 Thread Adam Bender
Greetings, This is kind of an odd problem so I will do my best to explain it. First our environment: We are running a wicket 1.4 app inside Tomcat Tomcat is front-ended by Apache 2.2 using mod_proxy_http so we are talking to the Http 1.1 connector in Tomcat Our Http 1.1 connector has a connecti