On Mon, May 14, 2012 at 11:17 PM, Mladen Turk <mt...@apache.org> wrote: > On 05/15/2012 07:58 AM, Tommy Pham wrote: >> >> Hi, >> >> I'm trying to get the connector (JK 1.2.36) to work for IIS7.5 >> (Windows 7 Enterprise) but keep on running into HTTP 500.0 Error >> following the documentation [1]: >> >> Error Summary >> >> HTTP Error 500.0 - Internal Server Error >> Calling GetFilterVersion on ISAPI filter > > >> "D:\apache-tomcat-7.0.26\bin\connector\isapi_redirect.dll" failed >> >> "log_file"="D:\\apache-tomcat-7.0.26\\logs\\isapi.log" >> "log_level"="info" > > > Is there anything written to that log file?
No, the log file isapi.log never got created. Only logs I see are Tomcat's: catalina*.log, commons-daemon*.log, host-manager*.log, localhost*.log, localhost_access_log*.txt, manager*.log, tomcat7-stderr*.log. > If not, I'd suggest fixing security for D:\apache-tomcat-7.0.26 logs > and bin folders. IIS runs under special account and it might > not have read/write permissions to that folder. By default, IIS 7.5's' application pools are configured to run as ApplicationPoolIdentity. I've changed it to the NetworkService account, which has read, list, and execute permissions on Tomcat's home directory and recursively, in addition to write/modify permissions on Tomcat's logs directory. > Also, why Win7? That's workstation, so unless you are experimenting > make no sense to use that for anything except serving few clients. > There is a hard limit on number of connections you can use on any > workstation-kind of windows. It's a laptop and used as a portable development/testing system. Yes, I'm aware of the limitations of Windows workstations (max 10 connections, etc...). > > > Regards > -- > ^TM > Thanks for the reply, Tommy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org