2012/1/9 Konstantin Kolinko <knst.koli...@gmail.com>: >>> 2012/1/7 Rainer Jung <rainer.j...@kippdata.de>: >>>> >>>> Maybe enable the accesslog during testing with test.accesslog=true, so one >>>> can check after the next failure whether the contents agree with your >>>> assumption. Not sure, whether Gump offers access to the access log for >>>> checking. >>> > > I updated Gump configuration for tc7 and trunk enabling the access > log. We will see how it goes with next run. >
So Gump runs with access logs. Look for "access_log.yyyy-mm-dd" in the list of files. There were no problems in last runs of tomcat-trunk-test and tomcat-tc7.0.x-test. All requests came from 127.0.0.1, except these two ones: [[[ 10.0.0.1 - - [09/Jan/2012:15:34:49 +0000] "GET / http" 200 44 ajp-bio-127.0.0.1-auto-1-exec-1 76 10.0.0.1 - - [09/Jan/2012:15:34:51 +0000] "GET / http" 200 44 ajp-bio-127.0.0.1-auto-1-exec-1 0 ]]] They are expected. They come from our org.apache.coyote.ajp.TestAbstractAjpProcessor test. The "10.0.0.1" address in them is fake (it comes from data in AjpMessage). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org