Posted By:
Peter_Ho
Posted On:
Thursday, March 29, 2001 06:55 AM
While testing my server using Apache's ab tool, I get that message after a while : "ajpv12_handle_response, error writing back to server." in tomcat's mod_jk.log. Could anyone explain me how to get rid of that ? And by the way, what does it mean ? I mean : I get a correct return in the beginnig of the tests and then suddenly the returned page is no longer correct ! It can't be that the JVM didn't launch as I read elsewhere in different forums (could it ??) Thanks in advance ... My server is bi-PII 400 based, running Linux Red Hat 6.2, Apache 1.3.14 and Tomcat 3.2.1 My ab request is : "ab -v5 -n 300 -c 20 "http://xxxx/servlet/accueil_ftpweb" " and it is run from 5 diffe
More>>
While testing my server using Apache's ab tool, I get that message after a while : "ajpv12_handle_response, error writing back to server."
in tomcat's mod_jk.log.
Could anyone explain me how to get rid of that ? And by the way, what does it mean ? I mean : I get a correct return in the beginnig of the tests and then suddenly the returned page is no longer correct ! It can't be that the JVM didn't launch as I read elsewhere in different forums (could it ??)
Thanks in advance ...
My server is bi-PII 400 based, running Linux Red Hat 6.2, Apache 1.3.14 and Tomcat 3.2.1
My ab request is : "ab -v5 -n 300 -c 20 "http://xxxx/servlet/accueil_ftpweb" "
and it is run from 5 different machines ...
Did I do wrong somewhere ???
<<Less