Re: Load testing with Tomcat 5.5, Apache 2.2 and mod_proxy_ajp

2006-02-16 Thread Mladen Turk
Ian Shafer wrote: Hello, I have this line in my httpd.conf file: ProxyPass /webapp/ ajp://localhost:8009/webapp/ min=256 max=256 and in tomcat I have maxThreads set to 256 for both my HTTP connector and my AJP connector. For some reason, though, I still get a message in my tomcat log saying

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/