On 11/05/2016 02:43, Ooura, Nobuhito wrote: > Mark and Christopher > > Thank you for your reply. > >> Are you using mod_jk or mod_proxy_ajp? What versions of everything on the >> httpd side? >> Specifically, httpd itself as well as mod_jk (if you are using mod_jk, of >> course). > > I'm using httpd 2.2.15-47.el6.centos.4 and mod_proxy_ajp which are provided > by CentOS 6.7. > It is latest package from updates repo. > Except that I have added the following settings, httpd.conf is almost default. > > <Location / > > ProxyPass ajp://tomcat:8009/ > </Location> > > The httpd and tomcat are separated hosts. > There is no FW between httpd and tomcat. > (same ip segment and iptables was disabled) > >>> What percentage fail? >> >> +1 >> >> Also, do some succeed and then the failure appears to be fatal? Or, do some >> requests >> succeed and others fail, but they are all mixed together in time? Try >> running your test >> client 100 times to see what the result is for all 100 trials. > > 20 of 100 times failed. > I tried 100 times from 1 client, so each request are serialized. > The failure appears regularly. As follows, > Success - Success - Success - Success - Failed ... > If failed, client receives the status code 503. > >>> Can you provide a simple web application that demonstrates the >>> problem? >> >> I think OP tried to do that: > > Yes. > There are them as follows. > >>>> Server program https://github.com/ooura/jaxws-mtom-sample-server >>>> Client program https://github.com/ooura/jaxws-mtom-sample-client
Thanks for the report and the easy to use test case. I can confirm the problem (with latest httpd 2.2.x release, mod_proxy_ajp and the latest release of each supported Tomcat version). The problem has been fixed for 7.0.x, 8.0.x, 8.5.x and 9.0.x and will be included in 7.0.70, 8.0.36, 8.5.3 and 9.0.0.M7. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org