> hangs (pages quit serving). Could you tell me which combo
> of versions you
> use for apache, jk, and tomcat. I'm trying to figure out what is the
> "correct" configuration. Or if you have a link to a guide,
> I have yet to
> find a "best practices"
I got rid of this message when I realized that my AJP connector's
configuration (in server.xml) had a "connectionTimeout" set.
Try setting it bigger or simply removing it, which will default
to 'no timeout'.
Cheers,
Jean-Marc
> -Original Message-
> From: Rick [mailto:[EMAIL PROTECTED]
According to the servlet's spec, the behavior of getParameter()
is undefined if you consumed the payload first through getInputStream
or getReader:
"If the parameter data was sent in the request body, such as occurs with
an HTTP POST request, then reading the body directly via .getInputStream or