Hello, Le mardi 24 novembre 2009 20:59:42, Jimmy Lee a écrit : > I have a haproxy loadbalancing 2 servers.... the servers are running java > applications on tomcat and using apache to serve static content. > > one of these pages takes around 40 seconds to load acording to catalina.out > logs. > (...) > clitimeout 60000 > srvtimeout 30000
Then "srvtimeout 30000" is too low, you should try with the same value as clitimeout, which is greater than 40s (60000ms). > mode tcp > option httplog > option forwardfor Be careful, this options need "mode http". -- Cyril Bonté

