"emerg" should work and it worked on isapi_redirector.dll. Could you try to take out "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"? If that doen't work, you need to download isapi_redirector2.dll source codes and fix it yourself.
-----Original Message----- From: Konrad Rusz [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 2:52 AM To: Tomcat Users List Subject: Stop logging from isapi_redirector2.dll Hi everyone. I have a problem. I have connected IIS 5.0 and Tomcat 4.1.18. I use JK2 and I cannot stop logging events in Windows Application Log from isapi_redirector2.dll. I have added reg key as follow (in Windows 2000 Server SP3): [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0] "serverRoot"="C:\\jakarta-tomcat" "extensionUri"="/jakarta/isapi_redirector2.dll" "workersFile"="C:\\jakarta-tomcat\\conf\\workers2.properties" "authComplete"="0" "threadPool"="20" "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log" "logLevel"="ERROR" I tied typed different parameters in "logLevel", such as: "ERROR", "DEBUG", "INFO", "emerg". Unfortunatelly it does not work. Can You have any ideas how can I resolve my problem? Best regards, Konrad Rusz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
