https://issues.apache.org/bugzilla/show_bug.cgi?id=53977
Priority: P2 Bug ID: 53977 Assignee: dev@tomcat.apache.org Summary: 32bits isapi connector cannot work in wow64 mode Severity: major Classification: Unclassified OS: Windows Server 2003 Reporter: m...@gaya.cn Hardware: PC Status: NEW Version: unspecified Component: isapi Product: Tomcat Connectors I tested it both in Windows Server 2003 x64 Edition SP2 and in Windows Server 2008R2 (64bit). Both OS (IIS) can load 64bits connector, but fail with 32bits connector. Reproduce steps: In Windows Server 2003 x64 Edition SP2, IIS works in 64bits mode, the connector can be properly loaded. Then run the command to make IIS work in wow64 mode: cscript.exe %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 Restart server and configure 32bits tomcat connector, it cannot be successfully loaded. In Windows Server 2008R2, make the website use 32bit application pool and then configure 32bits tomcat connector, it failed to be loaded. Same as 2003 x64 Edition 64bits IIS mode, 64bits tomcat connector can be successfully loaded. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org