IIS logs do not contain any information about the page that Tomcat serves. Instead, the following line: 2005-04-21 14:58:12 192.168.1.59 GET /jakarta/isapi_redirect.dll - 80 - 192.168.1.11 Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.7.5)+Gecko/20041107+Firefox/1.0 - 200 0 0 appears each time a redirection occurs. I consider it a bug since one can not obtain useful Web statistics from IIS logs or from Tomcat logs (static content gets logged by IIS while dynamic gets logged by Tomcat).
Hi, This is not a bug, but rather enchantment request. Neither JK nor JK2 never made any attempt to log a client request inside IIS. I'll see if some sort of logging can be made, but no premises :) Regards, Mladen.
Added SF_NOTIFY_LOG for logging original request instead logging isapi extension.
(In reply to comment #2) > Added SF_NOTIFY_LOG for logging original request instead > logging isapi extension. I appreciate the immediate response. I aggree with you, it is not a bug, I just had the impression that this feature existed once upon a time. So, how can we get our hands on the new version? Sorry for the impatience, but this issue has troubled us for a long time.