Load testing with Tomcat 5.5, Apache 2.2 and mod_proxy_ajp

2006-02-16 Thread Ian Shafer
Hello, I'm currently load testing a webapp running on Tomcat 5.5 that is fronted by Apache 2.2 and uses mod_proxy_ajp to communicate between the two. I'm seeing some odd behavior that I cannot explain. I have this line in my httpd.conf file: ProxyPass /webapp/ ajp://localhost:8009/webapp/

Apache 2.2 and mod_proxy_ajp performance

2006-02-13 Thread Ian Shafer
Hello, I just started using Apache 2.2 and mod_proxy_ajp with Tomcat 5.0.28 on OS X 10.4.4. I'm doing some load testing on this configuration and am getting some pretty dismal results. My load test consists of 10 clients each sending about 150 HTTP GETs for images that are about 6K each.

JK Apache2 Tomcat 5.0.28 Truncated Response

2006-01-13 Thread Ian Shafer
Hello, I'm having trouble with my Apache2/Tomcat 5 via JK setup. Most requests are completed fine, but large requests (large is over 64K) are truncated. I get a variable amount of data back. I'm testing this using wget (a simple command line http client). When I go directly to Tomcat, I g