You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Erickson <ME...@PureEdge.com> on 2001/07/24 02:42:35 UTC

IIS, tomcat and logging

Box #1:
Win 2000 Server
Sun JDK 1.3.1
Tomcat 3.2.2
IIS 5

Box #2:
Win 2000 Professional
Sun JDK 1.3
Tomcat 3.2.1
IIS

both boxes are mapped to use IIS, when I hit Box #1, the IIS log
(cs-uri-stem column) shows me:
/jakarta/isapi_redirect.dll
when  I hit Box #2, the IIS log shows me :
/contextname/dir/file.jsp?parameter=foo

I want box #1 to log like Box #2.. but I can't figure out the difference
(besides a few small version changes), both are set to log the URI-stem
(Using the IIS logging extended properties) and both have the isapi log
level set to info..

how do I setup IIS to log the requested filename instead of the filter
name?

thanks...