Hi all,

My first post here. I am trying to get IIS to output the details of requests
forwarded onto Tomcat rather than just the name of the ISAPI redirector DLL.
For example, if IIS receives a GET request "http://host/folder/index.jsp"; it
logs:

[date] [time] [c-ip] GET /jakarta/isapi_redirector2.dll - 200
Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0)

I would prefer something like this in the log:

[date] [time] [c-ip] GET /folder/index.jsp - 200
Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0)

This question has been asked before
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg32127.html)
but I cannot find an answer anywhere. Can anyone point me in the right
direction?

Thanks,
Kent

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to