Hello,
 
I am using Tomcat-4.1.29 and the jk1.2 connector  (isapi_redirect.dll)
to interface with IIS 6.
 
Everything works wonderfully, except that IIS logs the cs-uri-stem as
the redirect dll (/jakarta/isapi_redirect.dl).  Is it possible to log
the actual redirected URL (i.e index.jsp)?  Without the actual URL the
IIS logs are pretty much useless.
 
Current Log Entry:
*********************
2004-03-29 00:12:53 555.55.55.555- GET /jakarta/isapi_redirect.dll - 200
22464
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.0.3705;+.N
ET+CLR+1.1.4322)
GUID=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx;+rdm%5Fv3=1;+UserID=xxxx<<<http://x
xx.xxxxx.com/xxx.jsp <http://xxx.xxxxx.com/xxx.jsp> >>>
 
Wanted Log Entry (/index.jsp):
*********************
2004-03-29 00:12:53 555.55.55.555- GET /index.jsp- 200 22464
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.0.3705;+.N
ET+CLR+1.1.4322)
GUID=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx;+rdm%5Fv3=1;+UserID=xxxx<<<http://x
xx.xxxxx.com/xxx.jsp <http://xxx.xxxxx.com/xxx.jsp> >>>
 
Thanks in Advance,
Shawn

Reply via email to