Rainer Jung-3 wrote:
>
> Do you get any info or above log messages in the JK log file close to
> this events?
>
I don't believe there was anything interesting in the JK log file near that
time period.
Rainer Jung-3 wrote:
>
> What is the last column in the log formats? Is it both %D? Then there is
> also something else strange, namely execution times of 4, 28 and 99
> milliseconds in the Tomcat log, and 14.8, 9 and 8.9 milliseconds on the
> httpd side. So the first request takes much longer on the httpd side,
> the next two seem to be quicker for httpd than for the backend, which is
> impossible unless httpd/mod_jk terminate the request/response cycle
> prematurely. In this case I would expect a message either in the JK log
> or the httpd error log.
>
They are timestamps as you guessed and yes they are a bit strange when
correlating the two sets of log entries. I also forgot to mention that we
have app-side logging and we do know that userB's request to /portal/Login
was received and processed correctly by the application. Knowing that
requests make it through to the application it appears to be an issue on the
response side of the cycle.
Rainer Jung-3 wrote:
>
> Do you have some efficient way to detect those errors (scripts comparing
> the log files), or do you only detect them on user feedback? If you've
> got scripts, you could also add %P and %{tid}P to the access log format,
> which will provide process id and thread id, so we get an idea, if the
> switch happens on a single thread.
>
We don't have a script to detect these errors and have, to date, relied on
user reports. I may look into figuring out a script to compare the two sets
of logs and see if we can find these that way. I'll also look into adding
the pid and tid info to the logs.
-Eric
--
View this message in context:
http://www.nabble.com/Apache-mod_jk-serves-random-files-from-tomcat-tp18385568p18509694.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]