You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Haris Papadopoulos <ha...@softways.gr> on 2005/04/22 18:05:48 UTC

IIS 6.0 with isapi_redirect.dll (jk 1.2.10) filter does not log page requests

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).
I also submitted a bug in bugzilla with ID 34577
If anyone knows a resolution or a workaround, please reply.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: IIS 6.0 with isapi_redirect.dll (jk 1.2.10) filter does not log page requests

Posted by Mladen Turk <ml...@jboss.com>.
Haris Papadopoulos wrote:
> 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 
> 

Like said for your bugizilla entry on that subject:

This is not a bug, but rather enchantment request.
Neither JK nor JK2 never made any attempt to log a client
request inside IIS, so this can not be a bug.
I'll see if some sort of logging can be made, but no promises :)

Regards,
Mladen.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org