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...