Hello All,
 
We have a setup like Apache 1.3.28 -> mod_jk 1.2.0 -> Tomcat 4.0.6 -> Applications.
 
We have used ErrorDocument in Apache httpd.conf file to redirect for 500 errors.  In a 
situation we have 302 status logged in Apache log. This is obviously because there has 
been a 500 error and we have redirected to some error-replacement page.
 
But we do not have any corresponding log in the Tomcat access log.  But we believe 
that the request has reached Tomcat and the applications are executed and while 
executing the applications, there was some problem (like connection dropped/reset). 
 
The question is: If the application fails for some reason and the connection gets 
hung, is it possible that the Tomcat does not log anything ? (Since there was no 
response from Tomcat, Apache server logs 302 status (mapped from 500 error) ).
 
Thanks and Regards,
Kuloth
 



---------------------------------
Do you Yahoo!?
Get better spam protection with Yahoo! Mail

Reply via email to